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