UndoState

constructor(canUndo: Boolean = false, canRedo: Boolean = false, undoDescription: String? = null, redoDescription: String? = null)(source)