w method

double w(
  1. BuildContext context
)

Implementation

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