remove PopupMenuButton default tooltip, and then long press will pop up menu

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-06-29 10:26:03 +08:00
parent 52b8cbcd48
commit 07d9162491
4 changed files with 6 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ class ServerPage extends StatefulWidget implements PageShape {
@override
final appBarActions = [
PopupMenuButton<String>(
tooltip: "",
icon: const Icon(Icons.more_vert),
itemBuilder: (context) {
listTile(String text, bool checked) {