MainEditorControllers class

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

Constructors

MainEditorControllers(ProImageEditorConfigs configs)
Constructs a new instance of MainEditorControllers.

Properties

bottomBarScrollCtrl ScrollController
Scroll controller for the bottom bar in the editor interface.
latefinal
hashCode int
The hash code for this object.
no setterinherited
helperLineCtrl StreamController
Stream controller for tracking mouse movement within the editor.
latefinal
layerHeroResetCtrl StreamController<bool>
Stream controller for resetting layer hero animations.
latefinal
removeBtnCtrl StreamController
Stream controller for the remove button.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshot ContentRecorderController
Controller for capturing screenshots of the editor content.
latefinal
uiLayerCtrl StreamController
Controller which updates only the UI from the layers.
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