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