clearOddRowColor method

ChartDataTableTheme clearOddRowColor()

Clears ChartDataTableTheme.oddRowColor to null.

Implementation

ChartDataTableTheme clearOddRowColor() => copyWith(clearOddRowColor: true);