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