Hannah
Results
3
comments of
Hannah
set `color: Colors.transparent,` on the `SlidingUpPanel()`
I'm experiencing this same issue.
I fixed this by wrapping my collapsed widget in a Visibility widget, and updating its visibility with: `onPanelOpened: () => { setState(() { _collapsedVisible = false; }) }, onPanelClosed: ()...