Hannah

Results 3 comments of Hannah

set `color: Colors.transparent,` on the `SlidingUpPanel()`

I fixed this by wrapping my collapsed widget in a Visibility widget, and updating its visibility with: `onPanelOpened: () => { setState(() { _collapsedVisible = false; }) }, onPanelClosed: ()...