selectedEditableNode property
Node?
get
selectedEditableNode
Implementation
Node? get selectedEditableNode {
final id = selectedId;
return id == null ? null : findById(editableScene, id);
}
Node? get selectedEditableNode {
final id = selectedId;
return id == null ? null : findById(editableScene, id);
}