withAnnotationTheme method

ChartTheme withAnnotationTheme(
  1. AnnotationTheme value
)

Replaces ChartTheme.annotationTheme with value.

Implementation

ChartTheme withAnnotationTheme(AnnotationTheme value) =>
    copyWith(annotationTheme: value);