isPhoneSize property
bool
get
isPhoneSize
True if the shortestSide is smaller than 600p
Implementation
bool get isPhoneSize => (shortestSide < 600);
True if the shortestSide is smaller than 600p
bool get isPhoneSize => (shortestSide < 600);