w method

double w(
  1. BuildContext context
)

w(context) Get the size as a percentage of the screen width

Implementation

double w(BuildContext context) => BaseUtils.getScreenWidth(context) * this;