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