scaleHeight property
double
get
scaleHeight
The ratio of actual height to UI design
Implementation
double get scaleHeight =>
(_splitScreenMode ? max(height, 700) : height) / _uiSize.height;
The ratio of actual height to UI design
double get scaleHeight =>
(_splitScreenMode ? max(height, 700) : height) / _uiSize.height;