isPhone property
bool
get
isPhone
Is screenType ScreenType.Phone
Implementation
bool get isPhone => (screenType == ScreenType.phone);
Is screenType ScreenType.Phone
bool get isPhone => (screenType == ScreenType.phone);