mediumAndUp constant

Breakpoint const mediumAndUp

A window whose width is greater than 600 dp.

Implementation

static const Breakpoint mediumAndUp = WidthPlatformBreakpoint(begin: 600);