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

@@ -215,6 +215,7 @@ class _WebMenuState extends State<WebMenu> {
Widget build(BuildContext context) {
Provider.of<FfiModel>(context);
return PopupMenuButton<String>(
tooltip: "",
icon: const Icon(Icons.more_vert),
itemBuilder: (context) {
return (isIOS