scaleHeight property

double scaleHeight

The ratio of actual height to UI design

Implementation

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