isLargePhone property
bool
get
isLargePhone
Is large phone (width >= 400dp)
Implementation
bool get isLargePhone => _screenWidth >= 400;
Is large phone (width >= 400dp)
bool get isLargePhone => _screenWidth >= 400;