isLarge property

bool get isLarge

Implementation

bool get isLarge => screenWidth >= 800 && !forceMobileOnlyView;