num width

Source

@override
num get width {
  _refreshTextLineMetrics();
  return _width;
}
void width=(num value)

Source

@override
set width(num value) {
  _width = value.toDouble();
  _refreshPending |= 3;
}