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
alexkharech
2020-09-02 20:09:12 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-09-02 20:09:12 +0300
Commit
b71145ea67cf8eef4104a771c353893dcafce7b0
b71145ea
1 parent
7dcd6c1b
Allows you to insert widgets inside a CustomScrollView
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/utils/extensions/widget_extensions.dart
lib/src/utils/extensions/widget_extensions.dart
View file @
b71145e
...
...
@@ -49,5 +49,5 @@ extension WidgetMarginX on Widget {
}
extension
WidgetSliverBoxX
on
Widget
{
Widget
sliverBox
=>
SliverToBoxAdapter
(
child:
this
);
Widget
get
sliverBox
=>
SliverToBoxAdapter
(
child:
this
);
}
...
...
Please
register
or
login
to post a comment