stateHistory property

List<EditorStateHistory> stateHistory
getter/setter pair

List to store the history of image editor changes.

Implementation

List<EditorStateHistory> stateHistory = [];