scaleHeight property
double
get
scaleHeight
/// The ratio of actual height to UI design
Implementation
double get scaleHeight => _screenHeight / uiSize.height;
/// The ratio of actual height to UI design
double get scaleHeight => _screenHeight / uiSize.height;