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