Is there a way to make this button (in a red rectangle) (that opens a modal bottom sheet) stay at the top of the sheet?
The example is from bottom_sheet_bar package.
I can't seem to find any example of this kind of bottom modal sheet.
desired look
CodePudding user response:
You can try this package for your requirements. Also, You can Notification listener for scroll position in screen.
https://pub.dev/packages/draggable_bottom_sheet
CodePudding user response:
You should also try sliding_up_panel
This is very popular in the community with 2k likes.