screenWidthInInches property

double get screenWidthInInches

Returns the screen width in inches.

Implementation

double get screenWidthInInches => screenSizeInInches['width']!;