NsgSwitchHorizontalStyle constructor
const
NsgSwitchHorizontalStyle({
- EdgeInsets? thumbMargin,
- double? trackWidth,
- double? trackHeight,
- double? thumbWidth,
- double? thumbHeight,
- BorderRadius? trackBorderRadius,
- BorderRadius? thumbBorderRadius,
- Color? trackColor,
- Color? trackActiveColor,
- Color? thumbColor,
- Color? thumbActiveColor,
- TextStyle? textStyle,
- 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});