isDesktop property

bool get isDesktop

Whether the container is considered desktop size.

Implementation

bool get isDesktop => tier.index >= QueryTier.lg.index;