style property
The style. Defaults to FThemeData.selectGroupStyle.
To modify the current style:
style: .delta(...)
To replace the style:
style: FSelectGroupStyle(...)
CLI
To generate and customize this style:
dart run forui style create select-group
Implementation
final FSelectGroupStyleDelta style;