w static method
Implementation
static double w(dynamic width) {
double screenWidth = AdaptiveUI.screenWidth;
return (width / designWidth) * screenWidth;
}
static double w(dynamic width) {
double screenWidth = AdaptiveUI.screenWidth;
return (width / designWidth) * screenWidth;
}