动画和运动小组件

为你的应用添加动画。

小组件目录 中查看更多小组件。

AnimatedAlign

动画过渡,在给定对齐方式发生更改时,在给定持续时间内移动子组件的位置。

AnimatedBuilder

用于构建动画的通用小组件。AnimatedBuilder 对于希望将动画作为更大构建函数的一部分包含在内的更复杂小组件很有用....

AnimatedContainer

一个在一段时间内逐渐更改其值的小组件。

AnimatedCrossFade

在两个给定子组件之间交叉淡化并根据其大小进行动画的小组件。

AnimatedDefaultTextStyle

DefaultTextStyle 的动画版本,可在一段时间内自动过渡默认文本样式(应用于没有显式样式的后代 Text 小组件的文本样式)...

AnimatedList

在插入或删除项目时对其进行动画处理的滚动容器。

AnimatedListState

在插入或删除项目时对其进行动画处理的滚动容器的状态。

AnimatedModalBarrier

阻止用户与自身后面的组件进行交互的小组件。

AnimatedOpacity

Opacity 的动画版本,可在给定不透明度发生更改时,在给定持续时间内自动过渡子组件的不透明度。

AnimatedPhysicalModel

PhysicalModel 的动画版本。

AnimatedPositioned

Positioned 的动画版本,可在给定位置发生更改时,在给定持续时间内自动过渡子组件的位置。

AnimatedSize

动画小组件,可在给定子组件的大小发生更改时,在给定持续时间内自动过渡其大小。

AnimatedWidget

在给定的 Listenable 更改值时重建的小组件。

ImplicitlyAnimatedWidget

用于构建对其属性的更改进行动画处理的小组件的抽象类。

DecoratedBoxTransition

Animated version of a DecoratedBox that animates the different properties of its Decoration.

FadeTransition

Animates the opacity of a widget.

Hero

A widget that marks its child as being a candidate for hero animations.

PositionedTransition

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...

RotationTransition

Animates the rotation of a widget.

ScaleTransition

Animates the scale of transformed widget.

SizeTransition

Animates its own size and clips and aligns the child.

SlideTransition

Animates the position of a widget relative to its normal position.

小组件目录 中查看更多小组件。