mediumDesktop constant
Breakpoint
const mediumDesktop
A desktop window whose width is between 600 dp and 840 dp.
Implementation
static const Breakpoint mediumDesktop =
WidthPlatformBreakpoint(begin: 600, end: 840, platform: _desktop);