style property
The style. Defaults to the FItemStyle inherited from the parent FSelectSection or FSelect.
To modify the current style:
style: .delta(...)
To replace the style:
style: FItemStyle(...)
CLI
To generate and customize this style:
dart run forui style create select-section
Implementation
final FItemStyleDelta style;