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.
CLI
To generate and customize this style:
dart run forui style create tile
Implementation
final FItemStyle Function(FItemStyle)? style;