screenHeightInInches property

double get screenHeightInInches

Returns the screen height in inches.

Implementation

double get screenHeightInInches => screenSizeInInches['height']!;