stateHistory property

List<EditorStateHistory> stateHistory

List to store the history of image editor changes.

Implementation

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