You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, a RaisedButton defined in _getPanel function is not clickable for some reason.
As an add on, the problem seems to be that unless the panel is fully dragged up, the buttons are not clickable, which means that if one does a simple swipe gesture without dragging the panel all the way up, the state of the panel remains closed.
On first sight, it seems to be a bug in the SlidingUpPanel's implementation.
The text was updated successfully, but these errors were encountered:
Leaving this here for future perusal in case someone faces this problem.
This only occurs for buttons which are in the space of the pull-up bar shown before pulling up the bar i.e. in the MinPanelHeight property of the panel.
Any buttons placed below this shall work as usual.
Specifically, a
RaisedButton
defined in_getPanel
function is not clickable for some reason.As an add on, the problem seems to be that unless the panel is fully dragged up, the buttons are not clickable, which means that if one does a simple swipe gesture without dragging the panel all the way up, the state of the panel remains closed.
On first sight, it seems to be a bug in the
SlidingUpPanel
's implementation.The text was updated successfully, but these errors were encountered: