rendererIdKey top-level constant
AttributeKey<String>
const rendererIdKey
Unique identifier used to associate custom series renderers on a chart with one or more series of data.
rendererIdKey can be added as an attribute to user-defined Series objects.
Implementation
const rendererIdKey = AttributeKey<String>('SeriesRenderer.rendererId');