Committed by
GitHub
Allows you to insert widgets inside a CustomScrollView
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -49,5 +49,5 @@ extension WidgetMarginX on Widget { | @@ -49,5 +49,5 @@ extension WidgetMarginX on Widget { | ||
49 | } | 49 | } |
50 | 50 | ||
51 | extension WidgetSliverBoxX on Widget { | 51 | extension WidgetSliverBoxX on Widget { |
52 | - Widget sliverBox => SliverToBoxAdapter(child: this); | 52 | + Widget get sliverBox => SliverToBoxAdapter(child: this); |
53 | } | 53 | } |
-
Please register or login to post a comment