withShowEquation method

TrendAnnotation withShowEquation(
  1. bool value
)

Replaces TrendAnnotation.showEquation with value.

Implementation

TrendAnnotation withShowEquation(bool value) => copyWith(showEquation: value);