toLineHeight method

double toLineHeight(
  1. double fontSize
)

Implementation

double toLineHeight(double fontSize) {
  return this / fontSize;
}