style property

The style. Defaults to the FSelectSectionStyle inherited from the parent FSelect.

To modify the current style:

style: .delta(...)

To replace the style:

style: FSelectSectionStyle(...)

CLI

To generate and customize this style:

dart run forui style create select-section

Implementation

final FSelectSectionStyleDelta style;