NsgSwitchHorizontalStyle constructor

const NsgSwitchHorizontalStyle({
  1. EdgeInsets? thumbMargin,
  2. double? trackWidth,
  3. double? trackHeight,
  4. double? thumbWidth,
  5. double? thumbHeight,
  6. BorderRadius? trackBorderRadius,
  7. BorderRadius? thumbBorderRadius,
  8. Color? trackColor,
  9. Color? trackActiveColor,
  10. Color? thumbColor,
  11. Color? thumbActiveColor,
  12. TextStyle? textStyle,
  13. TextStyle? textActiveStyle,
})

Implementation

const NsgSwitchHorizontalStyle(
    {this.thumbMargin,
    this.trackWidth,
    this.trackHeight,
    this.thumbWidth,
    this.thumbHeight,
    this.trackBorderRadius,
    this.thumbBorderRadius,
    this.trackColor,
    this.trackActiveColor,
    this.thumbColor,
    this.thumbActiveColor,
    this.textStyle,
    this.textActiveStyle});