isWatch property

bool get isWatch

The device is a watch, any sized watch

Implementation

bool get isWatch =>
    device == LayoutClass.smallWatch || device == LayoutClass.largeWatch;