isPhone property

bool get isPhone

Equivalent to MediaQuery.sizeOf(context).shortestSide < 600

Implementation

bool get isPhone => mediaQueryShortestSide < 600;