isMobile property

bool isMobile

Check if the window size is of Mobile Size

Implementation

bool get isMobile => width < 650;