scaleHeight property

double scaleHeight

实际的dp与UI设计px的比例 The ratio of the actual dp to the design draft px

Implementation

double get scaleHeight => _screenHeight / uiSize.height;