w method

double w(
  1. BuildContext context
)

Width percentage (based on screen width)

Implementation

double w(BuildContext context) =>
    MediaQuery.of(context).size.width * (this / 100);