AntdSelectorStyle constructor
const
AntdSelectorStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdWrapStyle? wrapStyle,
- AntdSelectorItemStyle? itemStyle,
Implementation
const AntdSelectorStyle({
super.inherit,
this.bodyStyle,
this.wrapStyle,
this.itemStyle,
});