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
I recently encountered the use of SliverContainer (very useful one!). Can we have option to provide BoxConstraints manually? Actually, I am wrapping a sliver inside it (which is scrollable) and it shrinks in a way that occupies only space taken by the sliver itself.
Is it possible that the SliverContainer fills the available space in parent (just like Expanded in Column) or option to provide manually?
I tried digging the source code. Unfortunately, I am new to such layout things and couldn't understand how these constraints work 😁
Thanks.
The text was updated successfully, but these errors were encountered:
Hi once again...
I recently encountered the use of
SliverContainer
(very useful one!). Can we have option to provide BoxConstraints manually? Actually, I am wrapping a sliver inside it (which is scrollable) and it shrinks in a way that occupies only space taken by the sliver itself.Is it possible that the
SliverContainer
fills the available space in parent (just like Expanded in Column) or option to provide manually?I tried digging the source code. Unfortunately, I am new to such layout things and couldn't understand how these constraints work 😁
Thanks.
The text was updated successfully, but these errors were encountered: