isTablet property
bool
get
isTablet
Is tablet form factor
Implementation
bool get isTablet => formFactor == NiceFormFactor.tablet;
Is tablet form factor
bool get isTablet => formFactor == NiceFormFactor.tablet;