Closed dariocavada closed 3 years ago
Just to know if it's possible to use with CustomScrollView and SliverList.
CustomScrollView is basically a base view of ListView. search the Transitioning to CustomScrollView in https://api.flutter.dev/flutter/widgets/ListView-class.html. so it shall work as expected.
ListView
Transitioning to CustomScrollView
Just to know if it's possible to use with CustomScrollView and SliverList.