LazyCanvas constructor

const LazyCanvas({
  1. required LazyCanvasController controller,
  2. Key? key,
})

Implementation

const LazyCanvas({required this.controller, super.key});