w method
Width percentage (based on screen width)
Implementation
double w(BuildContext context) =>
MediaQuery.of(context).size.width * (this / 100);
Width percentage (based on screen width)
double w(BuildContext context) =>
MediaQuery.of(context).size.width * (this / 100);