DaviRowColor<DATA> typedef

DaviRowColor<DATA> = Color? Function(DaviRow<DATA> row)

Signature for a function that defines a row color. The theme value will be used if it returns NULL.

Implementation

typedef DaviRowColor<DATA> = Color? Function(DaviRow<DATA> row);