forceNewAction method

void forceNewAction({
  1. String description = 'New action',
})

Forces creation of a new action (not grouped)

Implementation

void forceNewAction({String description = 'New action'}) {
  _undoRedoManager.forceNewAction(this, description: description);
}