feat: Add some tooltipps

This commit is contained in:
Christian Pauly 2021-02-13 13:27:44 +01:00
commit 5d794a277b
6 changed files with 47 additions and 0 deletions

View file

@ -230,6 +230,7 @@ class _ChatListState extends State<ChatList> {
leading: selectMode == SelectMode.normal
? null
: IconButton(
tooltip: L10n.of(context).cancel,
icon: Icon(Icons.close_outlined),
onPressed: () => selectMode == SelectMode.share
? setState(