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