VSwitchStyle constructor

const VSwitchStyle({
  1. Color? switchColor,
  2. Color? tagColor,
  3. Color? tagBorderColor,
  4. Color? borderColor,
  5. Color? trackDisabledOff,
  6. Color? trackDisabledOn,
  7. Color? thumbDisabled,
  8. Color? borderDisabledOff,
  9. Color? borderDisabledOn,
  10. Color? thumbBorderDisabled,
})

Implementation

const VSwitchStyle({
  this.switchColor,
  this.tagColor,
  this.tagBorderColor,
  this.borderColor,
  this.trackDisabledOff,
  this.trackDisabledOn,
  this.thumbDisabled,
  this.borderDisabledOff,
  this.borderDisabledOn,
  this.thumbBorderDisabled,
});