UISwitcherThemeData.config constructor
const
UISwitcherThemeData.config({})
Implementation
const UISwitcherThemeData.config({
this.width = 48,
this.height = 24,
this.handSize = 20,
this.padding = const EdgeInsets.all(3),
this.activeColor = Colors.blue,
this.disabledColor = Colors.grey,
this.foregroundColor = Colors.white,
this.backgroundColor = Colors.blueGrey,
});