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
obadajasm
2021-03-10 01:10:45 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
63f4cd5fe76983d6a1cdd3750594d1182425cbdb
63f4cd5f
1 parent
cbb40bd3
Fix Expected value of SkDeletable, but got one of type Null
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 @
63f4cd5
...
...
@@ -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