LabeledSwitchThemeData constructor

const LabeledSwitchThemeData({
  1. ButtonStyle? style,
  2. 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});