withLabelStyle method
- LabelStyle value
Replaces TrendAnnotationDefaults.labelStyle with value.
Implementation
TrendAnnotationDefaults withLabelStyle(LabelStyle value) =>
copyWith(labelStyle: value);
Replaces TrendAnnotationDefaults.labelStyle with value.
TrendAnnotationDefaults withLabelStyle(LabelStyle value) =>
copyWith(labelStyle: value);