https://drive.google.com/file/d/1WktzElS5OxDboYdbGJH1J5LKaCqXDihi/view?usp=sharing
I would like to have a pinned image with a leading and an action and a widget that can be scrolled over the image and back again
CodePudding user response:
This can be made with a DraggableScrollableSheet
, see the video tutorial from the Flutter team.
CodePudding user response:
You can use CustomScrollView
and for the app bar, you can use SliverAppBar
as a child.