TF-4195 Show submenu when hover Label As item

This commit is contained in:
dab246
2025-12-11 17:00:10 +07:00
committed by Dat H. Pham
parent 03b3d1181f
commit b6027e996d
11 changed files with 439 additions and 43 deletions
@@ -16,6 +16,7 @@ class PopupMenuItemEmailAction
this.imagePaths, {
super.key,
super.category,
super.submenu,
});
@override
@@ -29,4 +30,7 @@ class PopupMenuItemEmailAction
@override
Color get actionNameColor => action.getPopupMenuTitleColor();
@override
String get hoverIcon => imagePaths.icThumbsUp;
}