This commit is contained in:
lollipopkit
2023-07-08 14:18:15 +08:00
parent 0bc176b603
commit 291c737a40
10 changed files with 116 additions and 42 deletions

View File

@@ -8,7 +8,7 @@ class FadeIn extends StatefulWidget {
const FadeIn({
Key? key,
required this.child,
this.duration = const Duration(milliseconds: 377),
this.duration = const Duration(milliseconds: 477),
}) : super(key: key);
@override