newUsername constant Null safety
The input field expects a newly created username for save/update.
This hint will be translated to the below values on different platforms:
- Android: AUTOFILL_HINT_NEW_USERNAME.
- Otherwise, the hint string will be used as-is.
Implementation
static const String newUsername = 'newUsername';