isLargePhone property

bool get isLargePhone

Is large phone (width >= 400dp)

Implementation

bool get isLargePhone => _screenWidth >= 400;