AntdCascaderViewStyle constructor
const
AntdCascaderViewStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdTabsStyle? tabsStyle,
- AntdListStyle? listStyle,
- AntdCascaderOptionStyle? optionStyle,
Implementation
const AntdCascaderViewStyle(
{super.inherit,
this.bodyStyle,
this.tabsStyle,
this.listStyle,
this.optionStyle});