screenHeightInPixels property

double get screenHeightInPixels

Returns the screen height in pixels.

Implementation

double get screenHeightInPixels => screenResolution['height']!;