small constant
Breakpoint
const small
A window whose width is less than 600 dp and greater than 0 dp.
Implementation
static const Breakpoint small = WidthPlatformBreakpoint(begin: 0, end: 600);
A window whose width is less than 600 dp and greater than 0 dp.
static const Breakpoint small = WidthPlatformBreakpoint(begin: 0, end: 600);