mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-19 10:39:26 +01:00
Set tooltip for PopupMenuButton
This commit is contained in:
parent
c686c8ce0e
commit
6f595759d4
@ -81,6 +81,7 @@ class Message extends StatelessWidget {
|
||||
List<Widget> rowChildren = [
|
||||
Expanded(
|
||||
child: PopupMenuButton(
|
||||
tooltip: "Tap to show menu",
|
||||
onSelected: (String choice) async {
|
||||
switch (choice) {
|
||||
case "remove":
|
||||
|
Loading…
Reference in New Issue
Block a user