isPhone property

bool get isPhone

Checks if the screen type is phone.

Implementation

bool get isPhone => (screenType == ScreenType.phone);