style property

FItemStyle Function(FItemStyle style)? style
final

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

Provide a style to prevent inheritance from FInheritedItemData.

CLI

To generate and customize this style:

dart run forui style create item

Implementation

final FItemStyle Function(FItemStyle style)? style;