Dn-a / flutter_inner_drawer

Inner Drawer is an easy way to create an internal side section (left/right) where you can insert a list-menu or other.
https://pub.dartlang.org/packages/flutter_inner_drawer
MIT License
516 stars 130 forks source link

Rounded corners on the specific side of the scaffold #66

Open nivisi opened 3 years ago

nivisi commented 3 years ago

Hey!

My app requires rounded corner only on the right top of the scaffold. But only the border radius specifiable, and it affects both top and bottom corners. It would be nice to have an option to also specify where these rounded corners are needed.

Thanks!