hovered property

Implementation

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