evenRowColor property

Color? evenRowColor
final

Background color for even rows

The row with number 1 is treated as an even row. If PlutoGrid.rowColorCallback is set, rowColorCallback takes precedence.

Implementation

final Color? evenRowColor;