theme property

ChartTheme get theme

Implementation

ChartTheme get theme {
  return widget.theme ?? ChartStyle.maybeOf(context)?.theme ?? ChartTheme.light;
}