measureTextHeight abstract method

double measureTextHeight(
  1. String text
)

Given a text String, returns the height of that text.

Implementation

double measureTextHeight(String text);