brieflyShowPassword property
override
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
@override
bool get brieflyShowPassword => _brieflyShowPasswordTestValue ?? _platformDispatcher.brieflyShowPassword;