GraphPainter constructor
GraphPainter({
- required GraphOffset focusPoint,
- required Graph graph,
- required GraphController controller,
Creates a GraphPainter with the specified focusPoint
, graph
, and controller
.
Implementation
GraphPainter({
required this.focusPoint,
required this.graph,
required this.controller,
});