isPhone property

bool get isPhone

The device is a phone, any sized phone

Implementation

bool get isPhone =>
    device == LayoutClass.smallHandset ||
    device == LayoutClass.mediumHandset ||
    device == LayoutClass.largeHandset;