withShowRSquared method

TrendAnnotation withShowRSquared(
  1. bool value
)

Replaces TrendAnnotation.showRSquared with value.

Implementation

TrendAnnotation withShowRSquared(bool value) => copyWith(showRSquared: value);