ToggleSwitchThemeData constructor

const ToggleSwitchThemeData({
  1. Color? disabledColor,
  2. Color? activeColor,
  3. Color? activeHoverColor,
  4. Color? inactiveColor,
  5. Color? inactiveHoverColor,
  6. Color? foreground,
})

Implementation

const ToggleSwitchThemeData({
  this.disabledColor,
  this.activeColor,
  this.activeHoverColor,
  this.inactiveColor,
  this.inactiveHoverColor,
  this.foreground,
});