onHovered property
final
Callback, called when this ParticipantWidget is being hovered or stops being hovered.
Implementation
final void Function(bool)? onHovered;
Callback, called when this ParticipantWidget is being hovered or stops being hovered.
final void Function(bool)? onHovered;