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 03:51:45 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-09-02 03:51:45 +0300
Commit
7dcd6c1bb96f1893ce7891c8d3bcf96e9a479216
7dcd6c1b
1 parent
11f8df4d
fix return type
Show 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 @
7dcd6c1
...
...
@@ -49,5 +49,5 @@ extension WidgetMarginX on Widget {
}
extension
WidgetSliverBoxX
on
Widget
{
sliverBox
=>
SliverToBoxAdapter
(
child:
this
);
Widget
sliverBox
=>
SliverToBoxAdapter
(
child:
this
);
}
...
...
Please
register
or
login
to post a comment