isSmall property

bool get isSmall

Is small screen (xs or sm)

Implementation

bool get isSmall =>
    breakpoint == NiceBreakpoint.xs || breakpoint == NiceBreakpoint.sm;