Rectangle<num> bounds

Source

@override
Rectangle<num> get bounds {
  return new Rectangle<num>(0.0, 0.0, 0.0, 0.0);
}