Skip to content

Commit

Permalink
update to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonataslaw committed Mar 26, 2021
2 parents 02ab7cb + 722f512 commit 7f5a706
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/get_navigation/src/snackbar/snack.dart
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,9 @@ Set either a message or messageText""");
future: _boxHeightCompleter.future,
builder: (context, snapshot) {
if (snapshot.hasData) {
if (widget.barBlur == 0) {
return _emptyWidget;
}
return ClipRRect(
borderRadius: BorderRadius.circular(widget.borderRadius),
child: BackdropFilter(
Expand Down

0 comments on commit 7f5a706

Please sign in to comment.