EditorCanvas constructor

EditorCanvas({
  1. Key? key,
  2. required EditorController controller,
})

Implementation

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