FormBuilder constructor
Implementation
const FormBuilder(
this.context, {
@required this.child,
this.readonly = false,
this.key,
this.onChanged,
this.autovalidate = false,
this.onWillPop,
}) : super(key: key);
const FormBuilder(
this.context, {
@required this.child,
this.readonly = false,
this.key,
this.onChanged,
this.autovalidate = false,
this.onWillPop,
}) : super(key: key);