brieflyShowPassword property

bool get brieflyShowPassword

Whether briefly displaying the characters as you type in obscured text fields is enabled in system settings.

See also:

  • EditableText.obscureText, which when set to true hides the text in the text field.

Implementation

bool get brieflyShowPassword => platformDispatcher.brieflyShowPassword;