isPhone property

bool get isPhone

Return true if screen current is phone.

Implementation

bool get isPhone => mediaQueryShortestSide < 660;