isSmall property

bool isSmall

Implementation

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