isMobile top-level property

bool get isMobile

Returns true if the current screen width is in the mobile range.

Equivalent to: PxResponsive().isMobile

Implementation

bool get isMobile => PxResponsive().isMobile;