teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

2

2020/07/22 03:07

投稿

kazuki_user
kazuki_user

スコア147

answer CHANGED
@@ -6,4 +6,6 @@
6
6
 
7
7
  ⓶const FadeAnimation({Key key, this.delay, this.child}) : super(key: key);
8
8
 
9
- const FadeAnimation(this.delay, this.child);
9
+ const FadeAnimation(this.delay, this.child);
10
+
11
+ key参考: https://note.com/zutai_dekame/n/nabf22f1a3eec

1

2020/07/22 03:07

投稿

kazuki_user
kazuki_user

スコア147

answer CHANGED
@@ -1,5 +1,9 @@
1
+ 2点を改善。
1
- -end: 0.0 ⇒end: 1.0
2
+ keyについてはよく分からないけど、落ち着いたら学ぶ。
3
+ 説明してくださる方がいたら、是非教えてくださいませ。
2
4
 
5
+ ⓵end: 0.0 ⇒end: 1.0
6
+
3
- -const FadeAnimation({Key key, this.delay, this.child}) : super(key: key);
7
+ const FadeAnimation({Key key, this.delay, this.child}) : super(key: key);
4
8
 
5
9
  const FadeAnimation(this.delay, this.child);