Set tooltip for PopupMenuButton

This commit is contained in:
Christian Pauly 2020-01-08 21:20:52 +01:00
parent c686c8ce0e
commit 6f595759d4
1 changed files with 1 additions and 0 deletions

View File

@ -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":