wt1.1.2b exercise_log with the new tree_view
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user