scaleHeight property
double
get
scaleHeight
实际的dp与UI设计px的比例 The ratio of the actual dp to the design draft px
Implementation
double get scaleHeight => _screenHeight / uiSize.height;
实际的dp与UI设计px的比例 The ratio of the actual dp to the design draft px
double get scaleHeight => _screenHeight / uiSize.height;