AntdTabsStyle constructor

const AntdTabsStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? tabStyle,
  3. AntdBoxStyle? panelStyle,
  4. AntdBoxStyle? titleStyle,
  5. AntdBoxStyle? activeTitleStyle,
  6. AntdBoxStyle? indicatorStyle,
})

Implementation

const AntdTabsStyle({
  super.inherit,
  this.tabStyle,
  this.panelStyle,
  this.titleStyle,
  this.activeTitleStyle,
  this.indicatorStyle,
});