style property

FItemStyleDelta style
final

The item's style. Defaults to FItemData.styles if present.

Provide a style to prevent inheritance from FInheritedItemData.

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 item

Implementation

final FItemStyleDelta style;