withShowSampleCount method

TrendAnnotation withShowSampleCount(
  1. bool value
)

Replaces TrendAnnotation.showSampleCount with value.

Implementation

TrendAnnotation withShowSampleCount(bool value) =>
    copyWith(showSampleCount: value);