ToggleStyle constructor
const
ToggleStyle({})
Implementation
const ToggleStyle({
this.activeColor = Colors.white,
this.inactiveColor = Colors.white,
this.activeToggleColor = Colors.blue,
this.inactiveToggleColor = Colors.grey,
});