resizeChannel property

StreamController<ResizeSignal>? resizeChannel
final

The interaction channel of resize signals.

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

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

Implementation

final StreamController<ResizeSignal>? resizeChannel;