CommonTextField constructor
const
CommonTextField({
- Key? key,
- required String labelText,
- dynamic onChanged()?,
- int? maxLength,
- TextInputType? textInputType,
- TextEditingController? editingController,
- Widget? suffixChild,
- List<
TextInputFormatter> ? inputFormatter, - VoidCallback? onFocusChanged,
Implementation
const CommonTextField({
super.key,
required this.labelText,
this.onChanged,
this.maxLength,
this.textInputType,
this.editingController,
this.suffixChild,
this.inputFormatter,
this.onFocusChanged,
});