OnLastVisibleRowListener typedef

OnLastVisibleRowListener = void Function(int? lastVisibleRowIndex)

Signature for listening to the last visible row index. Only model lines will be counted. The Davi.lastRowWidget index will be ignored, for that, use Davi.onLastRowWidget.

Implementation

typedef OnLastVisibleRowListener = void Function(int? lastVisibleRowIndex);