style property
The label's style. Defaults to the appropriate style in FThemeData.labelStyles.
CLI
To generate and customize this style:
dart run forui style create labels
Implementation
// ignore: diagnostic_describe_all_properties
final FLabelStyle Function(FLabelStyle style)? style;