style property
The style.
To modify the current style:
style: .delta(...)
To replace the style:
style: FItemStyle(...)
CLI
To generate and customize this style:
dart run forui style create tile
Implementation
final FItemStyleDelta style;
The style.
To modify the current style:
style: .delta(...)
To replace the style:
style: FItemStyle(...)
To generate and customize this style:
dart run forui style create tile
final FItemStyleDelta style;