TF-3996 Add dividers for items in context menu on desktop

This commit is contained in:
dab246
2025-10-30 16:50:32 +07:00
committed by Dat H. Pham
parent b34b4455cd
commit e5745c8fdd
7 changed files with 176 additions and 79 deletions
@@ -13,8 +13,10 @@ class PopupMenuItemEmailAction
PopupMenuItemEmailAction(
super.action,
this.appLocalizations,
this.imagePaths,
);
this.imagePaths, {
super.key,
super.category,
});
@override
String get actionIcon => action.getIcon(imagePaths);