w property

double w

Calculates the real width depending on the design's screen size

Eg: 20.w -> will be 30 if design width is 300 && device width is 450

Implementation

double get w => ESizerUtil().getResponsiveWidth(this);