isSmallPhone property

bool get isSmallPhone

Is small phone (width < 360dp)

Implementation

bool get isSmallPhone => _screenWidth < 360;