style property
The style. Defaults to FThemeData.cardStyle.
To modify the current style:
style: .delta(...)
To replace the style:
style: FCardStyle(...)
CLI
To generate and customize this style:
dart run forui style create card
Implementation
final FCardStyleDelta style;