bounds property
Rect
get
bounds
Implementation
Rect get bounds => rects.isEmpty ? Rect.zero : rects.reduce((Rect a, Rect b) => a.expandToInclude(b));
Rect get bounds => rects.isEmpty ? Rect.zero : rects.reduce((Rect a, Rect b) => a.expandToInclude(b));