narrowScreenThreshold constant

double const narrowScreenThreshold

The width threshold for determining narrow/wide screen layout.

Screens wider than this value will use the navigation rail, while narrower screens will use the navigation drawer.

Implementation

static const double narrowScreenThreshold = 800.0;