Gets the bounding rectangle for the group in graph coordinates.
@override Rect get bounds => Rect.fromLTWH( visualPosition.dx, visualPosition.dy, size.width, size.height, );