birthdayDay constant
The input field expects a person's birth day(of the month).
This hint will be translated to the below values on different platforms:
- Android: AUTOFILL_HINT_BIRTH_DATE_DAY.
- web: "bday-day".
- Otherwise, the hint string will be used as-is.
Implementation
static const String birthdayDay = 'birthdayDay';