TF-3759 Update style popup context menu for profile setting menu
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -16,6 +16,9 @@ abstract class PopupMenuItemAction<T> with EquatableMixin {
|
||||
|
||||
Color get actionNameColor => Colors.black;
|
||||
|
||||
EdgeInsetsGeometry get itemPadding =>
|
||||
const EdgeInsets.symmetric(horizontal: 12);
|
||||
|
||||
void onClick(OnPopupMenuActionClick callback) => callback(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user