setTheme static method

void setTheme(
  1. ChartTheme theme
)

Implementation

static void setTheme(ChartTheme theme) {
  _currentTheme = theme;
}