isMobile property

bool get isMobile

Implementation

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