Event that fires when the tooltip is activated.
@Output() Stream<bool> get tooltipActivate => _tooltipActivate.stream.distinct();