style property

FSelectSectionStyle Function(FSelectSectionStyle)? style
final

The style. Defaults to the FSelectSectionStyle inherited from the parent FSelect.

CLI

To generate and customize this style:

dart run forui style create select-section

Implementation

final FSelectSectionStyle Function(FSelectSectionStyle)? style;