onAnimationEnd property

VoidCallback? onAnimationEnd
getter/setter pair

A VoidCallback which will be triggered after flutter splash screen Duration.

onAnimationEnd: ()  {
  debugPrint("Animation End");
}

Implementation

VoidCallback? onAnimationEnd;