withScrollbarConfig method
- ScrollbarConfig value
Replaces ChartTheme.scrollbarConfig with value.
Implementation
ChartTheme withScrollbarConfig(ScrollbarConfig value) =>
copyWith(scrollbarConfig: value);
Replaces ChartTheme.scrollbarConfig with value.
ChartTheme withScrollbarConfig(ScrollbarConfig value) =>
copyWith(scrollbarConfig: value);