visiblePassword constant

TextInputType const visiblePassword

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);