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 =
Breakpoint.small(platform: Breakpoint.desktop);