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