FormFieldWidget constructor
const
FormFieldWidget({
- Key? key,
- required String fieldName,
- required TextEditingController controller,
- void onChanged()?,
Implementation
const FormFieldWidget(
{super.key, required this.fieldName, required this.controller, this.onChanged});