AntdFormItemSpan constructor

const AntdFormItemSpan({
  1. int label = 2,
  2. int item = 4,
})

Implementation

const AntdFormItemSpan({
  this.label = 2,
  this.item = 4,
});