NamanShergill / flutter_scroll_to_top

A wrapper to show a scroll to top prompt to the user on scrollable widgets.
MIT License
17 stars 8 forks source link

V2 #8

Closed NamanShergill closed 2 years ago

NamanShergill commented 2 years ago

Fixes #1, #3, #6, #7

NamanShergill commented 2 years ago

maybe this should also pass the BuildContext, like all builders do?

Widget Function(Build context context, ScrollController controller) builder;

I will add it