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