isPhoneSize property

bool get isPhoneSize

True if the shortestSide is smaller than 600p

Implementation

bool get isPhoneSize => (shortestSide < 600);