isMobile property

bool isMobile

Implementation

bool get isMobile {
  return value == FormFactors.mobile;
}