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