dW method

double dW(
  1. double width
)

Dynamic width

Implementation

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