menu
arcane_nodes package
documentation
arcane_nodes.dart
NodeEditorEvent
NodeEditorEvent.new const constructor
NodeEditorEvent.new const constructor
dark_mode
light_mode
NodeEditorEvent
constructor
const
NodeEditorEvent
(
{
required
String
id
,
bool
isHandled
=
false
,
bool
isUndoable
=
false
,
})
Implementation
const NodeEditorEvent({ required this.id, this.isHandled = false, this.isUndoable = false, });
arcane_nodes package
documentation
arcane_nodes
NodeEditorEvent
NodeEditorEvent.new const constructor
NodeEditorEvent class