standard constant

Breakpoint const standard

This is a standard breakpoint that can be used as a fallthrough in the case that no other breakpoint is active.

It is active from a width of -1 dp to infinity.

Implementation

static const Breakpoint standard = WidthPlatformBreakpoint(begin: -1);