sliding_up_panel icon indicating copy to clipboard operation
sliding_up_panel copied to clipboard

When closing the panel from (eg.) a tap on the backdrop, reset and turn off integrated panel scrolling

Open willbryant opened this issue 3 years ago • 3 comments

Otherwise it's impossible to drag the panel up again by the header, because although we receive the drag events on the listener, _scrollingEnabled is set to true, so the slide handler ignores the event.

willbryant avatar Apr 04 '21 23:04 willbryant

Rebased to master and fixed merge conflict with the dart format commit.

willbryant avatar May 11 '21 02:05 willbryant

@willbryant How did you achieve closing the panel with a tap in the backdrop? Should I use defaultPanelState ?

GabrielBB avatar Jan 18 '22 22:01 GabrielBB

I don't have any references to defaultPanelState and I don't remember/see any code in my app to handle backdrop taps, I think it is the default behavior?

willbryant avatar Jan 22 '22 02:01 willbryant