ZeroSwitchStyleSet constructor

const ZeroSwitchStyleSet({
  1. ZeroSwitchStyle? basic,
  2. ZeroSwitchStyle? android,
  3. ZeroSwitchStyle? iOS,
  4. Color? disabledColor,
})

Implementation

const ZeroSwitchStyleSet({
  this.basic,
  this.android,
  this.iOS,
  this.disabledColor,
});