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