email constant
The input field expects an email address.
This hint will be translated to the below values on different platforms:
- Android: AUTOFILL_HINT_EMAIL_ADDRESS.
- iOS: emailAddress.
- web: "email".
- Otherwise, the hint string will be used as-is.
Implementation
static const String email = 'email';