controller property
change required to not required
Implementation
final String? hintText; ///change required to not required
final TextEditingController? controller;
change required to not required
final String? hintText; ///change required to not required
final TextEditingController? controller;