CollapseEvent constructor

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

Implementation

const CollapseEvent(
  this.collpased,
  this.nodeIds, {
  required super.id,
  super.isHandled,
});