isSmall property

bool isSmall

Implementation

bool get isSmall {
  return MediaQuery.of(this).size.width < 850.0 &&
      MediaQuery.of(this).size.width >= 560.0;
}