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
@@ -27,4 +27,7 @@ class PopupMenuItemProfileSettingTypeAction
@override
EdgeInsetsGeometry get itemPadding => const EdgeInsets.symmetric(horizontal: 16);
@override
String get hoverIcon => imagePaths.icThumbsUp;
}