PhoneTextField constructor
- required ValueChanged<
String> onChanged, - required bool showError,
- String? errorText,
- Key? key,
Implementation
const PhoneTextField({
required this.onChanged,
required this.showError,
this.errorText,
super.key,
});
const PhoneTextField({
required this.onChanged,
required this.showError,
this.errorText,
super.key,
});