withAnnotationTheme method
- AnnotationTheme value
Replaces ChartTheme.annotationTheme with value.
Implementation
ChartTheme withAnnotationTheme(AnnotationTheme value) =>
copyWith(annotationTheme: value);
Replaces ChartTheme.annotationTheme with value.
ChartTheme withAnnotationTheme(AnnotationTheme value) =>
copyWith(annotationTheme: value);