isLarge property

bool isLarge

Implementation

bool get isLarge =>
    MediaQuery.of(this).size.width > 992 &&
    MediaQuery.of(this).size.width <= 1200;