Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonatas Borges
2021-03-26 11:12:52 -0300
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
7f5a706914b5c7d90bec7393b1eb3a0dc15515f1
7f5a7069
2 parents
02ab7cb7
722f5121
update to 4.0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
lib/get_navigation/src/snackbar/snack.dart
lib/get_navigation/src/snackbar/snack.dart
View file @
7f5a706
...
...
@@ -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
(
...
...
Please
register
or
login
to post a comment