bounds property

  1. @override
Rect get bounds
override

Gets the bounding rectangle for the group in graph coordinates.

Implementation

@override
Rect get bounds => Rect.fromLTWH(
  visualPosition.dx,
  visualPosition.dy,
  size.width,
  size.height,
);