FormBuilderSwitch constructor
Implementation
FormBuilderSwitch({
@required this.attribute,
@required this.label,
this.initialValue = false,
this.validators = const [],
this.readonly = false,
this.decoration = const InputDecoration(),
this.onChanged,
});