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 a new issue