EasyTableRowColor<ROW> typedef

EasyTableRowColor<ROW> = Color? Function(RowData<ROW> data)

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

Implementation

typedef EasyTableRowColor<ROW> = Color? Function(RowData<ROW> data);