BetterSwitchTheme constructor

BetterSwitchTheme({
  1. double? width,
  2. double? height,
  3. Color? ballBackgroundColor,
  4. Color? inactiveBackgroundColor,
  5. Color? activeBackgroundColor,
  6. EdgeInsetsGeometry? padding,
  7. double? loadingSize,
  8. double? loadingStrokeWidth,
  9. Color? loadingColor,
})

Implementation

BetterSwitchTheme({
  this.width,
  this.height,
  this.ballBackgroundColor,
  this.inactiveBackgroundColor,
  this.activeBackgroundColor,
  this.padding,
  this.loadingSize,
  this.loadingStrokeWidth,
  this.loadingColor,
});