screenWidthInPixels property

double get screenWidthInPixels

Returns the screen width in pixels.

Implementation

double get screenWidthInPixels => screenResolution['width']!;