tooltipActivate property

  1. @Output()
Stream<bool> get tooltipActivate

Event that fires when the tooltip is activated.

Implementation

@Output()
Stream<bool> get tooltipActivate => _tooltipActivate.stream.distinct();