style property

FSwitchStyle Function(FSwitchStyle style)? style
final

The style. Defaults to FThemeData.switchStyle.

CLI

To generate and customize this style:

dart run forui style create switch

Implementation

final FSwitchStyle Function(FSwitchStyle style)? style;