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