cleanup
This commit is contained in:
@@ -70,6 +70,7 @@ class _MyAppState extends State<MyApp> with TickerProviderStateMixin {
|
||||
void _createAnimations() {
|
||||
_scaleAnimationController = AnimationController(
|
||||
vsync: this,
|
||||
value: 0,
|
||||
duration: Duration(
|
||||
milliseconds: 500,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user