AntdSwitchStyle constructor

const AntdSwitchStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdBoxStyle? trackStyle,
  4. AntdBoxStyle? activeTrackStyle,
  5. AntdBoxStyle? thumbStyle,
  6. AntdBoxStyle? activeThumbStyle,
  7. AntdBoxStyle? contentStyle,
  8. AntdBoxStyle? activeContentStyle,
  9. Widget? content,
  10. 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});