screenWidthInInches property
double
get
screenWidthInInches
Returns the screen width in inches.
Implementation
double get screenWidthInInches => screenSizeInInches['width']!;
Returns the screen width in inches.
double get screenWidthInInches => screenSizeInInches['width']!;