withScrollbarConfig method

ChartTheme withScrollbarConfig(
  1. ScrollbarConfig value
)

Replaces ChartTheme.scrollbarConfig with value.

Implementation

ChartTheme withScrollbarConfig(ScrollbarConfig value) =>
    copyWith(scrollbarConfig: value);