AntdSelectorOption constructor
const
AntdSelectorOption({
- Key? key,
- AntdSelectorOptionStyle? style,
- AntdStyleBuilder<
AntdSelectorOptionStyle, AntdSelectorOption> ? styleBuilder, - Widget? description,
- bool disabled = false,
- bool check = false,
- required Widget label,
- String? value,
- ValueChanged<
bool> ? onChange, - AntdHapticFeedback? hapticFeedback = AntdHapticFeedback.light,
Implementation
const AntdSelectorOption(
{super.key,
super.style,
super.styleBuilder,
this.description,
this.disabled = false,
this.check = false,
required this.label,
this.value,
this.onChange,
this.hapticFeedback = AntdHapticFeedback.light});