isMobile property

bool isMobile

Implementation

static bool get isMobile {
  return MediaQuery.of(TkHelper.ctx!).size.shortestSide < 600;
}