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> - AntdFormItemLayoutContext
- AntdFormItemMixin
- AntdFormItemProvider
- AntdFormItemRequireStyle
- 必填标志的样式 @l AntdForm
- 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)