diff --git a/lib/src/widgets/gtk/popup_menu.dart b/lib/src/widgets/gtk/popup_menu.dart index 245ee37..3002e1e 100644 --- a/lib/src/widgets/gtk/popup_menu.dart +++ b/lib/src/widgets/gtk/popup_menu.dart @@ -44,12 +44,6 @@ class _GtkPopupMenuState extends State { showPopover( context: context, arrowHeight: 14, - shadow: [ - BoxShadow( - color: context.borderColor, - blurRadius: 6, - ), - ], barrierColor: Colors.transparent, bodyBuilder: (_) => Padding( padding: const EdgeInsets.all(4),