onObserve property

(dynamic Function(ListViewObserveModel)?) onObserve
finalinherited

The callback of getting observed result for first sliver.

Implementation

final Function(M)? onObserve;