style property

FItemStyle Function(FItemStyle)? style
final

The style. Defaults to the FItemStyle inherited from the parent FSelectSection or FSelect.

CLI

To generate and customize this style:

dart run forui style create select-section

Implementation

final FItemStyle Function(FItemStyle)? style;