QUFormComponentOptionsModel constructor

QUFormComponentOptionsModel({
  1. bool? disabled,
  2. String? placeholder,
  3. String? type,
  4. bool? labelInValue,
  5. List<QUFormSelectOptionModel>? options,
  6. bool? showTime,
  7. bool? allowClear,
  8. bool? allowHalf,
  9. int? count,
  10. String? format,
  11. bool? isRange,
  12. String? layout,
  13. num? max,
  14. num? min,
  15. String? picker,
  16. List<String>? placeholders,
  17. String? remoteApi,
  18. bool? showInput,
  19. dynamic mode,
  20. bool? showSearch,
  21. num? step,
  22. int? fontSize,
  23. String? fontWeight,
  24. String? orientation,
  25. String? text,
  26. bool? plain,
  27. String? align,
  28. List<int>? gutter,
  29. String? justify,
  30. List<QUFormGridListModel>? list,
})

Implementation

QUFormComponentOptionsModel(
    {this.disabled,
    this.placeholder,
    this.type,
    this.labelInValue,
    this.options,
    this.showTime,
    this.allowClear,
    this.allowHalf,
    this.count,
    this.format,
    this.isRange,
    this.layout,
    this.max,
    this.min,
    this.picker,
    this.placeholders,
    this.remoteApi,
    this.showInput,
    this.mode,
    this.showSearch,
    this.step,
    this.fontSize,
    this.fontWeight,
    this.orientation,
    this.text,
    this.plain,
    this.align,
    this.gutter,
    this.justify,
    this.list});