splash screen fix

This commit is contained in:
2026-03-18 13:52:07 +01:00
parent 67aafafd1e
commit c12d1924c4

View File

@@ -70,7 +70,7 @@ class _SplashScreenState extends State<SplashScreen>
controller: _controller,
onLoaded: (composition) {
_controller
..duration = composition.duration
..duration = composition.duration * 0.8
..forward();
},
),