scaleHeight property

double scaleHeight

The ratio of actual height to UI design

Implementation

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