WOISwitchStyleModel constructor

WOISwitchStyleModel({
  1. double thumbSize = 25,
  2. Icon? icon,
  3. Border? thumbBorder,
  4. Color? thumbColor,
  5. Border? trackBorder,
  6. Color? trackColor,
})

Implementation

WOISwitchStyleModel({
  this.thumbSize = 25,
  this.icon,
  this.thumbBorder,
  this.thumbColor,
  this.trackBorder,
  this.trackColor,
});