passwordFieldObscureTextButtonSemanticsLabel property

  1. @override
String get passwordFieldObscureTextButtonSemanticsLabel
override

The semantic label for the unobscure text button in a text field when the text is obscured.

In en, this message translates to: 'Hide password'

Implementation

@override
String get passwordFieldObscureTextButtonSemanticsLabel => 'Hide password';