w method

double w(
  1. double width
)

Implementation

double w(double width) {
  return MediaQuery.of(context).size.width * width;
}