onInteraction property

Stream<InteractionEvent> get onInteraction

Stream of interaction events

Implementation

Stream<InteractionEvent> get onInteraction => _streamController.stream;