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