effectiveWidth property

double get effectiveWidth

Implementation

static double get effectiveWidth {
  if (isDesktop) return 1200;
  return screenWidth;
}