ChartSpatialIndex constructor

ChartSpatialIndex({
  1. required Rect bounds,
})

Implementation

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