VSwitchStyle constructor

const VSwitchStyle({
  1. Color? switchColor,
  2. Color? tagColor,
  3. Color? tagBorderColor,
  4. Color? borderColor,
})

Implementation

const VSwitchStyle({
  this.switchColor,
  this.tagColor,
  this.tagBorderColor,
  this.borderColor,
});