isPhone property

bool get isPhone

Is screenType ScreenType.Phone

Implementation

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