style property

FLabelStyleDelta style
final

The label's style. Defaults to the appropriate style in FThemeData.labelStyles.

To modify the current style:

style: .delta(...)

To replace the style:

style: FLabelStyle(...)

CLI

To generate and customize this style:

dart run forui style create labels

Implementation

// ignore: diagnostic_describe_all_properties
final FLabelStyleDelta style;