gpt4 book ai didi

flutter Dart 错误 Dart (argument_type_not_assignable)

转载 作者:行者123 更新时间:2023-12-04 02:26:46 25 4
gpt4 key购买 nike

以下调用 AnimationController 的驱动函数会导致错误消息:

The argument type 'ColorTween' can't be assigned to the parameter type 'Animatable'

Animation<Color> animation = animationController.drive(ColorTween(begin: Colors.red, end: colors.blue));
然而 ColorTween 是一个 Tween 而 Tween 是一个 Animatable
我该如何解决这个错误?是个 '?'在颜色或“动态”之后
一个问题?显式转换也不起作用:

type 'ColorTween' is not a subtype of type 'Animatable<Color>' in type cast

flutter 2.0.4 dart 2.12.2

最佳答案

赋值中ColorAnimation类型缺少'?'因为 ColorTweenTween<Color?>

关于 flutter Dart 错误 Dart (argument_type_not_assignable),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67036462/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com