DragSelectionEvent constructor

const DragSelectionEvent(
  1. Set<String> nodeIds,
  2. Offset delta, {
  3. required String id,
  4. bool isHandled = false,
})

Implementation

const DragSelectionEvent(
  this.nodeIds,
  this.delta, {
  required super.id,
  super.isHandled,
}) : super(isUndoable: true);