streetAddressLine2 constant
The input field expects the second line of a street address.
This hint will be translated to the below values on different platforms:
- iOS: streetAddressLine2. As of iOS 14.2 this hint does not trigger autofill.
- web: "address-line2".
- Otherwise, the hint string will be used as-is.
Implementation
static const String streetAddressLine2 = 'streetAddressLine2';