Rectangle<num> bounds

Source

@override
Rectangle<num> get bounds {
  var bounds = super.bounds;
  return _graphics == null ? bounds : bounds.boundingBox(_graphics.bounds);
}