Set tooltip for PopupMenuButton
This commit is contained in:
parent
c686c8ce0e
commit
6f595759d4
|
@ -81,6 +81,7 @@ class Message extends StatelessWidget {
|
||||||
List<Widget> rowChildren = [
|
List<Widget> rowChildren = [
|
||||||
Expanded(
|
Expanded(
|
||||||
child: PopupMenuButton(
|
child: PopupMenuButton(
|
||||||
|
tooltip: "Tap to show menu",
|
||||||
onSelected: (String choice) async {
|
onSelected: (String choice) async {
|
||||||
switch (choice) {
|
switch (choice) {
|
||||||
case "remove":
|
case "remove":
|
||||||
|
|
Loading…
Reference in a new issue