menu
arcane_nodes package
documentation
arcane_nodes.dart
NodeSelectionEvent
NodeSelectionEvent.new const constructor
NodeSelectionEvent.new const constructor
dark_mode
light_mode
NodeSelectionEvent
constructor
const
NodeSelectionEvent
(
Set
<
String
>
nodeIds
, {
required
String
id
,
bool
isHandled
=
false
,
})
Implementation
const NodeSelectionEvent(this.nodeIds, {required super.id, super.isHandled});
arcane_nodes package
documentation
arcane_nodes
NodeSelectionEvent
NodeSelectionEvent.new const constructor
NodeSelectionEvent class