onScaleEnd property

VoidCallback? onScaleEnd
getter/setter pair

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

onScaleEnd: ()  {
  debugPrint("Opacity Animation End");
}

Implementation

VoidCallback? onScaleEnd;