AntdFormItemStyle class
表单项样式配置 @lAntdForm
- Inheritance
- Available extensions
Constructors
- AntdFormItemStyle.new({bool inherit = true, AntdBoxStyle? bodyStyle, AntdBoxStyle? itemStyle, AntdFlexStyle? itemFlexStyle, AntdBoxStyle? labelStyle, AntdFlexStyle? labelRowStyle, AntdBoxStyle? feedbackStyle, AntdIconStyle? helpIconStyle, AntdIconStyle? extraIconStyle, AntdFlexStyle? extraRowStyle, AntdFormItemSpan span = const AntdFormItemSpan(), AntdFormItemRequireStyle? requireStyle})
-
const
Properties
- bodyStyle → AntdBoxStyle?
-
表单项整体容器样式
final
- extraIconStyle → AntdIconStyle?
-
额外操作图标样式
final
- extraRowStyle → AntdFlexStyle?
-
扩展区域的对齐样式
final
- feedbackStyle → AntdBoxStyle?
-
校验反馈信息容器样式
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- helpIconStyle → AntdIconStyle?
-
帮助提示图标样式
final
- inherit → bool
-
是否继承样式,如果为false则不会向上合并其他的样式
finalinherited
- itemFlexStyle → AntdFlexStyle?
-
item的对齐样式
final
- itemStyle → AntdBoxStyle?
-
表单控件容器样式
final
- labelRowStyle → AntdFlexStyle?
-
标签文本容器样式
final
- labelStyle → AntdBoxStyle?
-
标签文本容器样式
final
- requireStyle → AntdFormItemRequireStyle?
-
必填标记样式
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- span → AntdFormItemSpan
-
栅格布局跨度配置
final
Methods
-
copyFrom(
covariant AntdFormItemStyle? style) → AntdFormItemStyle -
override
-
merge(
T? other) → T? -
Available on T?, provided by the StyleExtensions extension
-
mergeActive(
T? defaultStyle, T? tdStyle, T? tdaStyle) → T? -
Available on T?, provided by the StyleExtensions extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited