textWidth property

num textWidth

Implementation

num get textWidth {
  _refreshTextLineMetrics();
  return _textWidth;
}