isTablet property

bool isTablet

Implementation

bool get isTablet {
  return value == FormFactors.tablet;
}