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
Is it possible to achieve a pinned silverappbar with the height depending on its children with this package?
What I am trying to achieve is the first example on here: https://api.flutter.dev/flutter/widgets/NestedScrollView-class.html but such that the appbar is some widget whose height is unknown(and a tabbar on the bottom) until layout/render. I know the height of the tabs, that is the collapsed height.
Thank you!
The text was updated successfully, but these errors were encountered:
@Kavantix I mean a SliverList that is pinned at the top, so it has dynamic size but stays in the viewport as the content below is scrolled. And I'd like to limit it to a max-height before it becomes scrollable.
I can get something similar with SliverFillRemaining in the bottom but it has some problematic side effects
Hi, thank you for the package!
Is it possible to achieve a pinned silverappbar with the height depending on its children with this package?
What I am trying to achieve is the first example on here: https://api.flutter.dev/flutter/widgets/NestedScrollView-class.html but such that the appbar is some widget whose height is unknown(and a tabbar on the bottom) until layout/render. I know the height of the tabs, that is the collapsed height.
Thank you!
The text was updated successfully, but these errors were encountered: