FormBuilder constructor Null safety

const FormBuilder(
  1. {bool allowNullorEmpty = false,
  2. bool needScaffold = true,
  3. dynamic platform}
)

Implementation

const FormBuilder({
  this.allowNullorEmpty = false,
  this.needScaffold = true,
  this.platform,
});