flutter_inner_drawer icon indicating copy to clipboard operation
flutter_inner_drawer copied to clipboard

Use MediaQuery width to set drawer width.

Open TheMeanCanEHdian opened this issue 2 years ago • 0 comments

RenderBox width does not take into account the device orientation. This means if the width is updated while in landscape it will be incorrect.

TheMeanCanEHdian avatar Jun 06 '22 21:06 TheMeanCanEHdian