style property
The style. Defaults to FThemeData.selectGroupStyle.
CLI
To generate and customize this style:
dart run forui style create select-group
Implementation
final FSelectGroupStyle Function(FSelectGroupStyle)? style;
The style. Defaults to FThemeData.selectGroupStyle.
To generate and customize this style:
dart run forui style create select-group
final FSelectGroupStyle Function(FSelectGroupStyle)? style;