username constant
The input field expects a username or an account name.
This hint will be translated to the below values on different platforms:
- Android: AUTOFILL_HINT_USERNAME.
- iOS: username.
- web: "username".
- Otherwise, the hint string will be used as-is.
Implementation
static const String username = 'username';