largeDesktop constant

Breakpoint const largeDesktop

A desktop window whose width is greater than 840 dp.

Implementation

static const Breakpoint largeDesktop =
    WidthPlatformBreakpoint(begin: 840, platform: _desktop);