AntdFormItemGroup<ChildType, Style extends AntdStyle, T, WidgetType> constructor
const
AntdFormItemGroup<ChildType, Style extends AntdStyle, T, WidgetType> ({
- Key? key,
- Style? style,
- AntdStyleBuilder<
Style, WidgetType> ? styleBuilder, - bool? disabled,
- bool? readOnly,
- T? value,
- bool? autoCollect = true,
- ValueChanged<
T?> ? onChange, - bool? shouldTriggerChange = true,
- AntdHapticFeedback? hapticFeedback = AntdHapticFeedback.light,
- bool? manual,
- List<
ChildType> ? items, - Widget? builder(
- List<
ChildType> ? items
- List<
Implementation
const AntdFormItemGroup(
{super.key,
super.style,
super.styleBuilder,
super.disabled,
super.readOnly,
super.value,
super.autoCollect,
super.onChange,
super.shouldTriggerChange,
super.hapticFeedback,
super.manual,
this.items,
this.builder});