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 aa30af9 commit 588c9d6Copy full SHA for 588c9d6
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