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