withDraggable method

CartesianValueSummaryAnnotation withDraggable(
  1. bool value
)

Replaces CartesianValueSummaryAnnotation.draggable with value.

Implementation

CartesianValueSummaryAnnotation withDraggable(bool value) =>
    copyWith(draggable: value);