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