style property
The style. Defaults to FThemeData.switchStyle.
To modify the current style:
style: .delta(...)
To replace the style:
style: FSwitchStyle(...)
CLI
To generate and customize this style:
dart run forui style create switch
Implementation
final FSwitchStyleDelta style;