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