isMobile property

bool isMobile

Check if the window size is of Mobile Type as per Material Design Guidlines.

Implementation

bool get isMobile => mdWindowSize == VxWindowSize.xsmall;