mediumLargeDesktop constant

Breakpoint const mediumLargeDesktop

A desktop window whose width is between 840 dp and 1200 dp.

Implementation

static const Breakpoint mediumLargeDesktop =
    Breakpoint.mediumLarge(platform: Breakpoint.desktop);