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