isMobile property

bool isMobile

Implementation

bool get isMobile => MediaQuery.of(this).size.width < 960;