textHeight method

Text textHeight(
  1. double lineHeight
)

Implementation

Text textHeight(double lineHeight) {
  return heightSize(lineHeight);
}