style property

FCardStyle Function(FCardStyle style)? style
final

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;