addressCity constant Null safety
The input field expects an address locality (city/town).
This hint will be translated to the below values on different platforms:
- Android: AUTOFILL_HINT_POSTAL_ADDRESS_LOCALITY.
- iOS: addressCity.
- Otherwise, the hint string will be used as-is.
Implementation
static const String addressCity = 'addressCity';