TF-3996 Add dividers for items in context menu on desktop
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user