onFadeInEnd property

VoidCallback? onFadeInEnd
getter/setter pair

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

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

Implementation

VoidCallback? onFadeInEnd;