FieldProps constructor
FieldProps({
- required FormFieldState<
String> state, - required FocusNode focusNode,
- String? name,
- String? value,
- TextEditingController? controller,
- bool isDisabled = false,
Implementation
FieldProps({
required this.state,
required this.focusNode,
this.name,
this.value,
this.controller,
this.isDisabled = false,
});