isTablet property

bool get isTablet

Is tablet form factor

Implementation

bool get isTablet => formFactor == NiceFormFactor.tablet;