PhoneField constructor
const
PhoneField({})
Implementation
const PhoneField({
Key? key,
this.isRequired = false,
this.isEditable = true,
this.defaultNumber,
this.defaultCountryCode,
this.onChanged,
this.onSaved,
}) : super(key: key);