We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5f1a8 commit 0006239Copy full SHA for 0006239
lib/page/welcome_page.dart
@@ -41,7 +41,7 @@ class _WelcomePageState extends State<WelcomePage> {
41
42
///防止多次进入
43
Store<GSYState> store = StoreProvider.of(context);
44
- new Future.delayed(const Duration(seconds: 0), () {
+ new Future.delayed(const Duration( milliseconds: 500), () {
45
setState(() {
46
text = "Welcome";
47
fontSize = 60;
0 commit comments