Skip to content

Commit 18e8914

Browse files
authored
remove blur from popup (#76)
1 parent eea8a1d commit 18e8914

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/src/widgets/gtk/popup_menu.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ class _GtkPopupMenuState extends State<GtkPopupMenu> {
4444
showPopover(
4545
context: context,
4646
arrowHeight: 14,
47-
shadow: [
48-
BoxShadow(
49-
color: context.borderColor,
50-
blurRadius: 6,
51-
),
52-
],
5347
barrierColor: Colors.transparent,
5448
bodyBuilder: (_) => Padding(
5549
padding: const EdgeInsets.all(4),

0 commit comments

Comments
 (0)