CustomTextField constructor
- {Key? key,
- required TextEditingController controller,
- required String hintText}
Creates a CustomTextField.
The controller and hintText parameters must not be null.
Implementation
const CustomTextField
Creates a CustomTextField.
The controller and hintText parameters must not be null.
const CustomTextField