isSmall property
bool
get
isSmall
Is small screen (xs or sm)
Implementation
bool get isSmall =>
breakpoint == NiceBreakpoint.xs || breakpoint == NiceBreakpoint.sm;
Is small screen (xs or sm)
bool get isSmall =>
breakpoint == NiceBreakpoint.xs || breakpoint == NiceBreakpoint.sm;