I have a gesture detector in my collapsed panel which fires a panelcontroller.open() method. Once this is fired, none of the buttons in the panel work. if I hot reload it with the panel open, the buttons in the panel works but once I fire a panecontroller.close() method, the rest of the buttons in the collapsed panel does not work.
But somehow everything works if there's no Flex(Column or Row) widget in the panel and I don't know how to build a layout without one
I have a gesture detector in my collapsed panel which fires a panelcontroller.open() method. Once this is fired, none of the buttons in the panel work. if I hot reload it with the panel open, the buttons in the panel works but once I fire a panecontroller.close() method, the rest of the buttons in the collapsed panel does not work.
But somehow everything works if there's no Flex(Column or Row) widget in the panel and I don't know how to build a layout without one