Form4FieldConfig constructor

const Form4FieldConfig({
  1. bool showLabel = true,
  2. bool leftRightLabel = false,
  3. int labelWidthPercent = 30,
  4. int widthPercent = 100,
})

Implementation

const Form4FieldConfig({
  this.showLabel = true,
  this.leftRightLabel = false,
  this.labelWidthPercent = 30,
  this.widthPercent = 100
});