isSmallMobile property

bool get isSmallMobile

Is small mobile screen

Implementation

bool get isSmallMobile =>
    MediaQuery.of(this).size.width < Breakpoints.smallMobile;