scrollable_list_tabview
scrollable_list_tabview copied to clipboard
Is it possible to use this widget inside of a CustomScrollView or NestedScrollView?
Hi Firat,
I have a NestedScrollView
with the headerSliverBuilder
field.
I want to add ScrollableListTabview
under body
field of the NestedScrollView
.
Can you suggest a way to accomplish this? Thanks.