UISwitcherThemeData constructor

const UISwitcherThemeData({
  1. double? width,
  2. double? height,
  3. double? handSize,
  4. EdgeInsets? padding,
  5. Color? activeColor,
  6. Color? disabledColor,
  7. Color? foregroundColor,
  8. Color? backgroundColor,
})

Implementation

const UISwitcherThemeData({
  this.width,
  this.height,
  this.handSize,
  this.padding,
  this.activeColor,
  this.disabledColor,
  this.foregroundColor,
  this.backgroundColor,
});