MainEditorControllers class

A class that manages various controllers used in the main editor interface.

Constructors

MainEditorControllers()
Constructs a new instance of MainEditorControllers.

Properties

bottomBarScroll ScrollController
Scroll controller for the bottom bar in the editor interface.
latefinal
hashCode int
The hash code for this object.
no setterinherited
mouseMoveStream StreamController<bool>
Stream controller for tracking mouse movement within the editor.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshot ↔ ScreenshotController
Controller for capturing screenshots of the editor content.
latefinal

Methods

dispose() → void
Disposes of resources held by the controllers.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited