num textWidth

Source

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