ZeroSwitchStyleSet constructor
const
ZeroSwitchStyleSet({
- ZeroSwitchStyle? basic,
- ZeroSwitchStyle? android,
- ZeroSwitchStyle? iOS,
- Color? disabledColor,
Implementation
const ZeroSwitchStyleSet({
this.basic,
this.android,
this.iOS,
this.disabledColor,
});