isSmallPhone property
bool
get
isSmallPhone
Is small phone (width < 360dp)
Implementation
bool get isSmallPhone => _screenWidth < 360;
Is small phone (width < 360dp)
bool get isSmallPhone => _screenWidth < 360;