ThemeRowColor typedef

ThemeRowColor = Color? Function(int rowIndex)

Signature for a function that defines a row theme color.

Implementation

typedef ThemeRowColor = Color? Function(int rowIndex);