w method
Implementation
double w(BuildContext context) {
final portraitWidth = MediaQuery.of(context).size.shortestSide;
return (this / 100) * portraitWidth;
}
double w(BuildContext context) {
final portraitWidth = MediaQuery.of(context).size.shortestSide;
return (this / 100) * portraitWidth;
}