stateHistory property

List<EditorStateHistory> get stateHistory

List to store the history of image editor changes.

Implementation

List<EditorStateHistory> get stateHistory => stateManager.stateHistory;