getTextWidth method

double getTextWidth(
  1. String data
)

Implementation

double getTextWidth(String data) {
  return getTextSize(data).width;
}