I want to make a widget like attached photo.
According to my search, I have to use CustomScrollView, SliverAppBar.
I think this widget have to be ahead of background widget. so, have i to use a Stack widget? In this case, i have an overflow problem when the widget shown on the screen is only a small size, what should I do about this?
Searching Result: https://pub.dev/packages/sliding_up_panel
Check This : DraggableScrollableSheet
DraggableScrollableSheet(
initialChildSize: 0.2,
minChildSize: 0.2,
maxChildSize: 1.5,
expand: false,
builder: (_, controller) => ,
),