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