sliding_up_panel
sliding_up_panel copied to clipboard
Fix _isPanelOpen/_isPanelClosed not updating their state properly
trafficstars
Since those getters depend on the animation controller, they never triggered a rebuild whenever the panel was opened/closed, causing a bug where the collapsed widget was still receiving pointer events when the panel is open.
@LiquidPL This is a wonderful PR. @akshathjain When can we expect it in the release?
@LiquidPL Why is this happening when it's a getter?