QUFormGridListModel constructor

QUFormGridListModel(
  1. {String? key,
  2. List<QUFormSettingListModel>? list,
  3. int? span,
  4. String? justify,
  5. String? align,
  6. String? label,
  7. String? name}
)

Implementation

QUFormGridListModel({
  this.key,
  this.list,
  this.span,
  this.justify,
  this.align,
  this.label,
  this.name
});