fix: Missing tooltips in IconButtons

This commit is contained in:
Christian Pauly 2021-02-20 07:40:42 +01:00
commit b832287b88
12 changed files with 43 additions and 1 deletions

View file

@ -205,6 +205,7 @@ class _LoginState extends State<Login> {
hintText: '****',
errorText: passwordError,
suffixIcon: IconButton(
tooltip: L10n.of(context).showPassword,
icon: Icon(showPassword
? Icons.visibility_off_outlined
: Icons.visibility_outlined),