AntdSegmentedStyle constructor

const AntdSegmentedStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdFlexStyle? bodyRowStyle,
  4. AntdBoxStyle? itemStyle,
  5. AntdBoxStyle? activeItemStyle,
})

Implementation

const AntdSegmentedStyle(
    {super.inherit,
    this.bodyStyle,
    this.bodyRowStyle,
    this.itemStyle,
    this.activeItemStyle});