selection property

Implementation

List<InfiniteCanvasNode> get selection =>
    nodes.where((e) => _selected.contains(e.key)).toList();