scaleHeight property

double get scaleHeight

The ratio of actual height to UI design

Implementation

double get scaleHeight =>
    (_splitScreenMode ? max(height, 700) : height) / _uiSize.height;