onIncomingAnimationComplete property

(dynamic Function(Key?)?) onIncomingAnimationComplete
final

Function will be called when the last incoming animation character has completed its transition

Implementation

final Function(Key?)? onIncomingAnimationComplete;