SwitchFieldTheme constructor

const SwitchFieldTheme({
  1. TextStyle? textStyle,
  2. WidgetStateProperty<Color?>? textColor,
  3. InputDecorationThemeData? decorationTheme,
  4. SwitchThemeData? switchTheme,
  5. FieldBlocBuilderControlAffinity? controlAffinity,
})

Implementation

const SwitchFieldTheme({
  super.textStyle,
  super.textColor,
  super.decorationTheme,
  this.switchTheme,
  this.controlAffinity,
});