Fix popup menu background color

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 1890ff62e6652dc2071be5a3ffe763ca3ac9847e)
This commit is contained in:
dab246
2023-12-05 02:11:10 +07:00
committed by Dat H. Pham
parent 348556392d
commit a49926f788
@@ -28,6 +28,7 @@ mixin PopupContextMenuActionMixin {
context: context,
position: position ?? const RelativeRect.fromLTRB(16, 40, 16, 16),
color: Colors.white,
surfaceTintColor: Colors.white,
elevation: 4,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.all(Radius.circular(radius ?? 16))