telephoneNumber constant Null safety
The input field expects a telephone number.
This hint will be translated to the below values on different platforms:
- Android: AUTOFILL_HINT_PHONE_NUMBER.
- iOS: telephoneNumber.
- web: "tel".
- Otherwise, the hint string will be used as-is.
Implementation
static const String telephoneNumber = 'telephoneNumber';