AntdSegmentedStyle constructor
const
AntdSegmentedStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdFlexStyle? bodyRowStyle,
- AntdBoxStyle? itemStyle,
- AntdBoxStyle? activeItemStyle,
Implementation
const AntdSegmentedStyle(
{super.inherit,
this.bodyStyle,
this.bodyRowStyle,
this.itemStyle,
this.activeItemStyle});