You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If ScrollAppBar and TabBarView use the same scrollController, when Switching tabBar, It's going to have some problems:
'package:flutter/src/widgets/scroll_controller.dart': Failed assertion: line 108 pos 12: '_positions.length == 1': ScrollControl
If use different scrollController, cannot save offset from previous listView.
if the appbar contains Tab bar also, while scrolling tab bar is also hiding, it should not hide
any suggestions.
The text was updated successfully, but these errors were encountered: