动画和运动小组件
为你的应用添加动画。
在 小组件目录 中查看更多小组件。
动画过渡,在给定对齐方式发生更改时,在给定持续时间内移动子组件的位置。
用于构建动画的通用小组件。AnimatedBuilder 对于希望将动画作为更大构建函数的一部分包含在内的更复杂小组件很有用....
一个在一段时间内逐渐更改其值的小组件。
在两个给定子组件之间交叉淡化并根据其大小进行动画的小组件。
DefaultTextStyle 的动画版本,可在一段时间内自动过渡默认文本样式(应用于没有显式样式的后代 Text 小组件的文本样式)...
在插入或删除项目时对其进行动画处理的滚动容器。
在插入或删除项目时对其进行动画处理的滚动容器的状态。
阻止用户与自身后面的组件进行交互的小组件。
Opacity 的动画版本,可在给定不透明度发生更改时,在给定持续时间内自动过渡子组件的不透明度。
PhysicalModel 的动画版本。
Positioned 的动画版本,可在给定位置发生更改时,在给定持续时间内自动过渡子组件的位置。
动画小组件,可在给定子组件的大小发生更改时,在给定持续时间内自动过渡其大小。
在给定的 Listenable 更改值时重建的小组件。
用于构建对其属性的更改进行动画处理的小组件的抽象类。
Animated version of a DecoratedBox that animates the different properties of its Decoration.
Animates the opacity of a widget.
A widget that marks its child as being a candidate for hero animations.
Animated version of Positioned which takes a specific Animation to transition the child's position from a start position to and end position over the lifetime...
Animates the rotation of a widget.
Animates the scale of transformed widget.
Animates its own size and clips and aligns the child.
Animates the position of a widget relative to its normal position.
在 小组件目录 中查看更多小组件。