isTablet property
bool
get
isTablet
Whether the container is considered tablet size.
Implementation
bool get isTablet => tier == QueryTier.md;
Whether the container is considered tablet size.
bool get isTablet => tier == QueryTier.md;