drawerWidth property

double? drawerWidth
final

Defines the width of Drawer and NavigationDrawer.

If not defined, defaults to 304dp via Flutter SDK defaults for M2, for Drawer widget. M3 spec has it at 360dp for NavigationDrawer.

Implementation

final double? drawerWidth;