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

Support devices with very narrow widths. #77

Open TheMeanCanEHdian opened 3 years ago

TheMeanCanEHdian commented 3 years ago

Devices like the Samsung Galaxy Fold's outer screens have widths that are smaller than 300.

This allows the drawer to be set to the correct width on these narrow screens rather than being locked to the initial 400 set here.