bounds property
Rect
get
bounds
Implementation
Rect get bounds {
if (_bounds != null) return _bounds!;
return _bounds = computePieDataBounds(pies, pieOffset);
}
Rect get bounds {
if (_bounds != null) return _bounds!;
return _bounds = computePieDataBounds(pies, pieOffset);
}