widthPx property

double widthPx

Returns same as MediaQuery.of(context).size.width

Implementation

double get widthPx => sizePx.width;