AntdSwitchStyle constructor
const
AntdSwitchStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdBoxStyle? trackStyle,
- AntdBoxStyle? activeTrackStyle,
- AntdBoxStyle? thumbStyle,
- AntdBoxStyle? activeThumbStyle,
- AntdBoxStyle? contentStyle,
- AntdBoxStyle? activeContentStyle,
- Widget? content,
- Widget? activeContent,
Implementation
const AntdSwitchStyle(
{super.inherit,
this.bodyStyle,
this.trackStyle,
this.activeTrackStyle,
this.thumbStyle,
this.activeThumbStyle,
this.contentStyle,
this.activeContentStyle,
this.content,
this.activeContent});