withShowSampleCount method
- bool value
Replaces TrendAnnotation.showSampleCount with value.
Implementation
TrendAnnotation withShowSampleCount(bool value) =>
copyWith(showSampleCount: value);
Replaces TrendAnnotation.showSampleCount with value.
TrendAnnotation withShowSampleCount(bool value) =>
copyWith(showSampleCount: value);