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