style property
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;
The style. Defaults to FThemeData.switchStyle.
To generate and customize this style:
dart run forui style create switch
final FSwitchStyle Function(FSwitchStyle style)? style;