AntdFormItemStyle constructor
const
AntdFormItemStyle({
- 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,
Implementation
const AntdFormItemStyle(
{super.inherit,
this.bodyStyle,
this.itemStyle,
this.itemFlexStyle,
this.labelStyle,
this.labelRowStyle,
this.feedbackStyle,
this.helpIconStyle,
this.extraIconStyle,
this.extraRowStyle,
this.span = const AntdFormItemSpan(),
this.requireStyle});