rowColors property

List<Color>? rowColors
final

The list of colors to iterate between them when rendering rows. The list must contain exactly two elements. To disable this, set to null.

Defaults to backgroundColor

Implementation

final List<Color>? rowColors;