isHovered method

bool isHovered(
  1. LocalKey key
)

Implementation

bool isHovered(LocalKey key) => _hovered.contains(key);