hoveredParticipant property

Rx<Participant?> hoveredParticipant
final

Participant that is hovered right now.

hoveredParticipant not being null means the whole space available for Participant is being hovered, not accounting the possible paddings, etc.

Implementation

final Rx<Participant?> hoveredParticipant = Rx<Participant?>(null);