isTablet property

bool get isTablet

Whether the container is considered tablet size.

Implementation

bool get isTablet => tier == QueryTier.md;