style property

FCheckboxStyle Function(FCheckboxStyle)? style
final

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;