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