resizeStream property

StreamController<ResizeEvent>? resizeStream
final

The interaction stream of resize events.

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

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

Implementation

final StreamController<ResizeEvent>? resizeStream;