style property
The style. Defaults to FThemeData.tileGroupStyle.
To modify the current style:
style: .delta(...)
To replace the style:
style: FTileGroupStyle(...)
CLI
To generate and customize this style:
dart run forui style create tile-group
Implementation
final FTileGroupStyleDelta style;