AntdSelectorStyle constructor

const AntdSelectorStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdWrapStyle? wrapStyle,
  4. AntdSelectorOptionStyle? optionStyle,
})

Implementation

const AntdSelectorStyle({
  super.inherit,
  this.bodyStyle,
  this.wrapStyle,
  this.optionStyle,
});