gestureStream property

StreamController<GestureEvent>? gestureStream
final

The interaction stream of gesture events.

You can either get gesture events by listening to it's stream, or mannually emit gesture events into this chart by adding to it's sink.

You can also share it with other charts for sharing gesture events, in which case make sure it is broadcast.

Implementation

final StreamController<GestureEvent>? gestureStream;