AntdFormItemStyle constructor

const AntdFormItemStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdBoxStyle? itemStyle,
  4. AntdFlexStyle? itemFlexStyle,
  5. AntdBoxStyle? labelStyle,
  6. AntdFlexStyle? labelRowStyle,
  7. AntdBoxStyle? feedbackStyle,
  8. AntdIconStyle? helpIconStyle,
  9. AntdIconStyle? extraIconStyle,
  10. AntdFlexStyle? extraRowStyle,
  11. AntdFormItemSpan span = const AntdFormItemSpan(),
  12. 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});