brieflyShowPassword property

  1. @override
bool brieflyShowPassword
override

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

See also:

Implementation

@override
bool get brieflyShowPassword => _brieflyShowPasswordTestValue ?? _platformDispatcher.brieflyShowPassword;