isPhone property

bool isPhone

Is screenType ScreenType.Phone

Implementation

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