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