style property
The style. Defaults to FThemeData.checkboxStyle.
CLI
To generate and customize this style:
dart run forui style create checkbox
Implementation
final FCheckboxStyle Function(FCheckboxStyle)? style;
The style. Defaults to FThemeData.checkboxStyle.
To generate and customize this style:
dart run forui style create checkbox
final FCheckboxStyle Function(FCheckboxStyle)? style;