heightRate property

double get heightRate

height比率,因为设置1时,Android文字可能显示不全,默认为1.1

Implementation

double get heightRate => PlatformUtil.isAndroid ? 1.1 : 1;