CommonTextFieldForPassword constructor
const
CommonTextFieldForPassword({
- required TextEditingController controller,
- required String hintText,
- TextInputType inputType = TextInputType.text,
- int maxLength = TextField.noMaxLength,
- String prefixIcon = "",
- String suffixIcon = "",
- Key? key,
Implementation
const CommonTextFieldForPassword({
required this.controller,
required this.hintText,
this.inputType = TextInputType.text,
this.maxLength = TextField.noMaxLength,
this.prefixIcon = "",
this.suffixIcon = "",
super.key
});