ApplyOptions constructor

const ApplyOptions({
  1. bool recordUndo = true,
  2. bool recordRedo = false,
})

Implementation

const ApplyOptions({
  this.recordUndo = true,
  this.recordRedo = false,
});