chartKey property

Key? chartKey
final

The key of the emitting chart.

This is mainly used to know where a gesture originated from when multiple charts share a gesture stream.

The key may be null, e.g. if the gesture is manually created.

Implementation

final Key? chartKey;