customHandleObserve property

ListViewObserveModel? Function(BuildContext)? customHandleObserve
finalinherited

It allows you to customize observation logic when original logic doesn't fit your needs.

Implementation

final M? Function(BuildContext)? customHandleObserve;