akshathjain / sliding_up_panel

A draggable Flutter widget that makes implementing a SlidingUpPanel much easier!
https://pub.dartlang.org/packages/sliding_up_panel
Other
1.38k stars 378 forks source link

Can't make pannel background to transparent #238

Open shinewanna opened 3 years ago

shinewanna commented 3 years ago

I wanna make pannel background to transparent, but itself having default white background color.

hannahlutd commented 3 years ago

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