QUFormConfigModel constructor

QUFormConfigModel({
  1. String? layout,
  2. String? labelAlign,
})

Implementation

QUFormConfigModel({
  this.layout,
  this.labelAlign,
  // this.size,
  // this.wdith
  });