LabeledSwitchThemeData constructor
const
LabeledSwitchThemeData({
- ButtonStyle? style,
- SwitchThemeData? switchTheme,
Creates a new LabeledSwitchThemeData with the provided styling options.
All parameters are optional and can be null, in which case default values will be used.
Implementation
const LabeledSwitchThemeData({this.style, this.switchTheme});