onInteraction property
Stream<InteractionEvent>
get
onInteraction
Stream of interaction events
Implementation
Stream<InteractionEvent> get onInteraction => _streamController.stream;
Stream of interaction events
Stream<InteractionEvent> get onInteraction => _streamController.stream;