ChartSpatialIndex constructor
ChartSpatialIndex({
- required Rect bounds,
Implementation
ChartSpatialIndex({required Rect bounds})
: _index = QuadTree<HitTestInfo<dynamic>>(bounds: bounds);