QUFormItemOptionsModel constructor

QUFormItemOptionsModel({
  1. bool? diyLabelWidth,
  2. List<QUFormRulesModel>? rules,
  3. int? labelWidth,
  4. dynamic initialValue,
})

Implementation

QUFormItemOptionsModel(
    {
      // this.col,
    this.diyLabelWidth,
    this.rules,
    this.labelWidth,
    this.initialValue});