QUFormItemOptionsModel constructor
QUFormItemOptionsModel({
- bool? diyLabelWidth,
- List<
QUFormRulesModel> ? rules, - int? labelWidth,
- dynamic initialValue,
Implementation
QUFormItemOptionsModel(
{
// this.col,
this.diyLabelWidth,
this.rules,
this.labelWidth,
this.initialValue});