onListRebuild property

void Function()? onListRebuild
final

Invoked when the list rebuilds

The callback will be called for every rebuild of the list

Implementation

final void Function()? onListRebuild;