withEvenRowColor method

ChartDataTableTheme withEvenRowColor(
  1. Color value
)

Replaces ChartDataTableTheme.evenRowColor with value.

Implementation

ChartDataTableTheme withEvenRowColor(Color value) =>
    copyWith(evenRowColor: value);