isPhone property

bool isPhone

True if the current device is Phone

Implementation

bool get isPhone => (mediaQueryShortestSide < 600);