fix: Missing tooltips in IconButtons
This commit is contained in:
parent
2c8259b849
commit
b832287b88
12 changed files with 43 additions and 1 deletions
|
|
@ -180,6 +180,7 @@ class UserBottomSheet extends StatelessWidget {
|
|||
leading: IconButton(
|
||||
icon: Icon(Icons.arrow_downward_outlined),
|
||||
onPressed: Navigator.of(context).pop,
|
||||
tooltip: L10n.of(context).close,
|
||||
),
|
||||
title: Text(user.calcDisplayname()),
|
||||
actions: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue