smallDesktop constant

Breakpoint const smallDesktop

A desktop screen whose width is less than 600 dp and greater than 0 dp.

Implementation

static const Breakpoint smallDesktop =
    WidthPlatformBreakpoint(begin: 0, end: 600, platform: _desktop);