isPhone property

bool get isPhone

Is phone (width < 600dp)

Implementation

bool get isPhone => _screenWidth < 600;