ChartCursor constructor
const
ChartCursor({
- Key? key,
- required BoundingBox bounds,
- required CursorBuilder builder,
- required Point point,
Implementation
const ChartCursor({
super.key,
required this.bounds,
required this.builder,
required this.point,
});