brieflyShowPassword property
- @Deprecated('Use WidgetTester.platformDispatcher.brieflyShowPassword instead. ' 'Deprecated to prepare for the upcoming multi-window support. ' 'This feature was deprecated after v3.9.0-0.1.pre.')
- @override
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
@Deprecated(
'Use WidgetTester.platformDispatcher.brieflyShowPassword instead. '
'Deprecated to prepare for the upcoming multi-window support. '
'This feature was deprecated after v3.9.0-0.1.pre.'
)
@override
bool get brieflyShowPassword => platformDispatcher.brieflyShowPassword;