isSmall property

bool get isSmall

Returns true if this size is small (xs or sm)

Implementation

bool get isSmall => this == ScreenSize.xs || this == ScreenSize.sm;