Skip to content

Commit

Permalink
change BlendMode
Browse files Browse the repository at this point in the history
  • Loading branch information
BakerJQ committed Nov 12, 2020
1 parent 6244dcb commit 04d2735
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/src/easy_popup_route.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,7 @@ class __PopRouteWidgetState extends State<_PopRouteWidget>
List<Widget> _buildDark() {
List<Widget> widgets = [];
widgets.add(Container(
decoration: BoxDecoration(
color: Colors.white,
backgroundBlendMode: BlendMode.dstOut,
),
color: Colors.transparent,
));
for (RRect highlight in _highlights) {
widgets.add(Positioned(
Expand Down

0 comments on commit 04d2735

Please sign in to comment.