ZeroSwitchStyle constructor

const ZeroSwitchStyle({
  1. Color? activeColor,
  2. Color? inactiveColor,
  3. Color? activeThumbColor,
  4. Color? inactiveThumbColor,
  5. double? thumbSize,
})

Implementation

const ZeroSwitchStyle({
  this.activeColor,
  this.inactiveColor,
  this.activeThumbColor,
  this.inactiveThumbColor,
  this.thumbSize,
});