style property
The tile's style. Defaults to the ancestor tile group's style if present.
Provide a style to prevent inheritance from the ancestor tile group.
To modify the current style:
style: .delta(...)
To replace the style:
style: FTileStyle(...)
CLI
To generate and customize this style:
dart run forui style create tile
Implementation
final FItemStyleDelta style;