buildListener property

(void Function(BuildContext, BeamerDelegate)?) buildListener
final

The buildListener will be called every time after the currentPages are updated. it receives a reference to this delegate.

Implementation

final void Function(BuildContext, BeamerDelegate)? buildListener;