smallMobile constant
Breakpoint
const smallMobile
A mobile screen whose width is less than 600 dp and greater than 0 dp.
Implementation
static const Breakpoint smallMobile =
WidthPlatformBreakpoint(begin: 0, end: 600, platform: _mobile);