XFormItem constructor

XFormItem({
  1. Widget? child,
  2. bool? hidden,
  3. double? valueWidth,
  4. TextStyle? valueStyle,
  5. Alignment? valueAlign,
  6. CrossAxisAlignment? align,
  7. Widget? custom,
  8. dynamic value,
  9. double? height,
  10. String? label,
  11. TextStyle? labelStyle,
  12. double? labelWidth,
  13. Alignment? labelAlign,
  14. bool? inline,
})

Implementation

XFormItem({this.child, this.hidden, this.valueWidth, this.valueStyle, this.valueAlign, this.align, this.custom, this.value, this.height, this.label, this.labelStyle, this.labelWidth, this.labelAlign, this.inline});