breakpointShowFullMenu property

double breakpointShowFullMenu
final

Breakpoint when we want to show the full sized menu.

Below this breakpoint, we can toggle between rail and drawer view, over and equal to this breakpoint, we can toggle between full sized menu or rail, we never see the drawer over this breakpoint.

Defaults to _kBreakpointShowFullMenu 900.

Implementation

final double breakpointShowFullMenu;