isSmallMobile property
bool
get
isSmallMobile
Is small mobile screen
Implementation
bool get isSmallMobile =>
MediaQuery.of(this).size.width < Breakpoints.smallMobile;
Is small mobile screen
bool get isSmallMobile =>
MediaQuery.of(this).size.width < Breakpoints.smallMobile;