AntdCascaderView constructor
const
AntdCascaderView({
- Key? key,
- AntdCascaderViewStyle? style,
- AntdStyleBuilder<
AntdCascaderViewStyle, AntdCascaderView> ? styleBuilder, - bool? disabled,
- bool? readOnly,
- List? value,
- bool? autoCollect = true,
- ValueChanged<
List?> ? onChange, - bool? shouldTriggerChange = true,
- AntdHapticFeedback? hapticFeedback = AntdHapticFeedback.light,
- bool? manual,
- Widget placeholder = const Text("请选择"),
- required List<
AntdCascaderOption> options, - AntdTabsOnChange<
AntdTab> ? onTabsChange,
Implementation
const AntdCascaderView({
super.key,
super.style,
super.styleBuilder,
super.disabled,
super.readOnly,
super.value,
super.autoCollect,
super.onChange,
super.shouldTriggerChange,
super.hapticFeedback,
super.manual,
this.placeholder = const Text("请选择"),
required this.options,
this.onTabsChange,
});