EditorCanvas constructor
EditorCanvas({
- Key? key,
- required EditorController controller,
Implementation
EditorCanvas({
Key? key,
required this.controller,
}) : super(key: key);