style property
The style. Defaults to FThemeData.cardStyle.
CLI
To generate and customize this style:
dart run forui style create card
Implementation
final FCardStyle Function(FCardStyle style)? style;
The style. Defaults to FThemeData.cardStyle.
To generate and customize this style:
dart run forui style create card
final FCardStyle Function(FCardStyle style)? style;