TF-3759 Update style popup context menu for profile setting menu

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-06-13 20:06:15 +07:00
committed by Dat H. Pham
parent b90d84741a
commit 2fdab039da
19 changed files with 479 additions and 279 deletions
@@ -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);
}