Rectangle<num> bounds

Source

@override
Rectangle<num> get bounds {
  return graphics != null ? graphics.bounds : super.bounds;
}