回答編集履歴

2

2020/07/22 03:07

投稿

kazuki_user
kazuki_user

スコア147

test CHANGED
@@ -15,3 +15,7 @@
15
15
 
16
16
 
17
17
  const FadeAnimation(this.delay, this.child);
18
+
19
+
20
+
21
+ key参考: https://note.com/zutai_dekame/n/nabf22f1a3eec

1

2020/07/22 03:07

投稿

kazuki_user
kazuki_user

スコア147

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