heightPx property

double get heightPx

Returns same as MediaQuery.of(context).height

Implementation

double get heightPx => sizePx.height;