wt1.1.2b exercise_log with the new tree_view

This commit is contained in:
Bossanyi Tibor
2020-09-28 07:09:37 +02:00
parent 89c06123d2
commit 7da1ef534c
10 changed files with 174 additions and 158 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class _AppBarNav extends State<AppBarNav> with SingleTickerProviderStateMixin {
void initState() {
colorController =
AnimationController(duration: Duration(seconds: 4), vsync: this);
AnimationController(duration: Duration(seconds: 4), vsync:this);
//sizeController =
// AnimationController(duration: Duration(seconds: 3), vsync: this);
+1 -1
View File
@@ -25,7 +25,7 @@ class _AppBarCommonNav extends State<AppBarCommonNav> with SingleTickerProvider
void initState() {
colorController =
AnimationController(duration: Duration(seconds: 4), vsync: this);
AnimationController(duration: Duration(seconds: 4),vsync: this);
colorAnim = RainbowColorTween([Colors.white70,
Colors.blueGrey,