components/form/item library

Classes

AntdFormItem
@t 表单项 @g 信息录入 @o 59 @d 与表单搭配使用,只是属性太多单独列出来了
AntdFormItemComponent<T, Style extends AntdStyle, WidgetType>
AntdFormItemComponentState<T, Style extends AntdStyle, WidgetType extends AntdFormItemComponent<T, Style, WidgetType>>
AntdFormItemContext<T>
AntdFormItemGroup<ChildType, Style extends AntdStyle, T, WidgetType>
AntdFormItemGroupMultipleState<ChildType, Style extends AntdStyle, T, WidgetType extends AntdFormItemGroup<ChildType, Style, List<T>, WidgetType>>
AntdFormItemGroupProvider
AntdFormItemGroupState<ChildType, Style extends AntdStyle, T, WidgetType extends AntdFormItemGroup<ChildType, Style, T, WidgetType>>
AntdFormItemLayoutContext
AntdFormItemMixin
AntdFormItemOnChangeProvider<T>
AntdFormItemProvider
AntdFormItemRequireStyle
必填标志的样式 @l AntdForm
AntdFormItemSelectComponentState<Style extends AntdStyle, WidgetType extends AntdFormItemComponent<dynamic, Style, WidgetType>>
AntdFormItemSpan
表单项布局跨度配置 @lAntdForm
AntdFormItemState
AntdFormItemStyle
表单项样式配置 @lAntdForm

Typedefs

AntdFormItemBuilder<T> = Widget Function(AntdFormItemContext<T> ctx)
AntdFormItemChange<T> = void Function(AntdFormController? contoller, T? value)
AntdFormItemLayoutBuilder = Widget Function(AntdFormItemLayoutContext ctx)
AntdFormItemNormalize<T> = dynamic Function(T? value)
AntdFormItemSetValue = void Function(dynamic value, AntdFormTrigger sourceTrigger)
AntdFormItemShouUpdate = bool Function(Map<String, dynamic>? value, Map<String, dynamic>? beforeValue)