AntdSelector constructor
const
AntdSelector({
- Key? key,
- AntdSelectorStyle? style,
- AntdStyleBuilder<
AntdSelectorStyle, AntdSelector> ? styleBuilder, - bool? disabled,
- bool? readOnly,
- List<
String> ? value, - bool? autoCollect = true,
- ValueChanged<
List< ? onChange,String> ?> - int columns = 2,
- required List<
AntdSelectorOption> options,
Implementation
const AntdSelector({
super.key,
super.style,
super.styleBuilder,
super.disabled,
super.readOnly,
super.value,
super.autoCollect,
super.onChange,
this.columns = 2,
required this.options,
});