OnRowHoverListener typedef

OnRowHoverListener = void Function(int? rowIndex)

Signature for listening to the row over the cursor.

Implementation

typedef OnRowHoverListener = void Function(int? rowIndex);