Fix popup menu background color
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit 1890ff62e6652dc2071be5a3ffe763ca3ac9847e)
This commit is contained in:
@@ -28,6 +28,7 @@ mixin PopupContextMenuActionMixin {
|
|||||||
context: context,
|
context: context,
|
||||||
position: position ?? const RelativeRect.fromLTRB(16, 40, 16, 16),
|
position: position ?? const RelativeRect.fromLTRB(16, 40, 16, 16),
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
|
surfaceTintColor: Colors.white,
|
||||||
elevation: 4,
|
elevation: 4,
|
||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.all(Radius.circular(radius ?? 16))
|
borderRadius: BorderRadius.all(Radius.circular(radius ?? 16))
|
||||||
|
|||||||
Reference in New Issue
Block a user