mediumAndUp constant
Breakpoint
const mediumAndUp
A window whose width is greater than 600 dp.
Implementation
static const Breakpoint mediumAndUp = WidthPlatformBreakpoint(begin: 600);
A window whose width is greater than 600 dp.
static const Breakpoint mediumAndUp = WidthPlatformBreakpoint(begin: 600);