getTextHeight method

double getTextHeight(
  1. String data
)

Implementation

double getTextHeight(String data) {
  return getTextSize(data).height;
}