InfiniteCanvasPainter constructor
InfiniteCanvasPainter({})
Implementation
InfiniteCanvasPainter(
{required this.offset,
required this.scale,
required this.data,
required this.edges,
this.focusedEdge,
required this.controller});