fontSizeByHeight method

double fontSizeByHeight(
  1. double fontSize
)

Implementation

double fontSizeByHeight(double fontSize) => fontSize * _heightFactor;