phoneField property
List<TextInputFormatter>
get
phoneField
For phone number inputs Denies emojis and allows only phone-safe characters
Implementation
static List<TextInputFormatter> get phoneField => <TextInputFormatter>[
...denyEmojis,
...phoneNumberSafe,
];