boundsLineRadiusPxFnKey top-level constant

AttributeKey<AccessorFn<double?>> const boundsLineRadiusPxFnKey

Defines an AccessorFn for the radius for data bounds lines (typically drawn by attaching a ComparisonPointsDecorator to the renderer.

Implementation

const boundsLineRadiusPxFnKey = AttributeKey<AccessorFn<double?>>(
    'SymbolAnnotationRenderer.boundsLineRadiusPxFn');