screenHeightInPixels property
double
get
screenHeightInPixels
Returns the screen height in pixels.
Implementation
double get screenHeightInPixels => screenResolution['height']!;
Returns the screen height in pixels.
double get screenHeightInPixels => screenResolution['height']!;