isMobile property

bool get isMobile

Is mobile screen

Implementation

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