isSmall property

bool get isSmall

Implementation

bool get isSmall =>
    MediaQuery.of(this).size.width > 600 &&
    MediaQuery.of(this).size.width <= 768;