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
3lB4rt0
2021-03-20 11:29:25 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fbf5db5dff08c1a5a78906e81d2c643d357ac7fc
fbf5db5d
1 parent
60ca1964
Same here
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
example/lib/pages/home/presentation/views/details_view.dart
example/lib/pages/home/presentation/views/details_view.dart
View file @
fbf5db5
...
...
@@ -21,7 +21,6 @@ class DetailsView extends StatelessWidget {
child:
BackdropFilter
(
filter:
ImageFilter
.
blur
(
sigmaX:
15.0
,
sigmaY:
15.0
),
child:
Container
(
decoration:
BoxDecoration
(
color:
Colors
.
white
.
withOpacity
(
0.0
)),
child:
Scaffold
(
backgroundColor:
Colors
.
transparent
,
appBar:
AppBar
(
...
...
Please
register
or
login
to post a comment