GrxFormField<T> constructor
const
GrxFormField<T> ({})
Implementation
const GrxFormField({
super.key,
required this.builder,
this.initialValue,
this.autovalidateMode = AutovalidateMode.always,
this.validator,
this.onSaved,
this.enabled = true,
this.flexible = false,
});