autoObscureIfPassword property

bool autoObscureIfPassword
final

If textInputType == TextInputType.visiblePassword text will be obscure automatically

Real reason: Lots of components may use version before 0.504 In those versions text was oscured only if textInputType == TextInputType.visiblePassword.

Default true

Implementation

final bool autoObscureIfPassword;