visiblePassword constant
Optimize for passwords that are visible to the user.
Requests a keyboard with ready access to both letters and numbers.
Implementation
static const TextInputType visiblePassword = TextInputType._(7);
Optimize for passwords that are visible to the user.
Requests a keyboard with ready access to both letters and numbers.
static const TextInputType visiblePassword = TextInputType._(7);