onFadeInEnd property
A VoidCallback which will be triggered after flutter splash screen Duration.
onFadeInEnd: () {
debugPrint("Opacity Animation End");
}
Implementation
VoidCallback? onFadeInEnd;
A VoidCallback which will be triggered after flutter splash screen Duration.
onFadeInEnd: () {
debugPrint("Opacity Animation End");
}
VoidCallback? onFadeInEnd;