isDesktop property
bool
get
isDesktop
Whether the container is considered desktop size.
Implementation
bool get isDesktop => tier.index >= QueryTier.lg.index;
Whether the container is considered desktop size.
bool get isDesktop => tier.index >= QueryTier.lg.index;