Animation and motion widgets
Bring animations to your app.
Animated transition that moves the child's position over a given duration whenever the given alignment changes.
A general-purpose widget for building animations. AnimatedBuilder is useful for more complex widgets that wish to include animation as part of a larger build function....
A container that gradually changes its values over a period of time.
A widget that cross-fades between two given children and animates itself between their sizes.
Animated version of DefaultTextStyle which automatically transitions the default text style (the text style to apply to descendant Text widgets without explicit style) over a...
A scrolling container that animates items when they are inserted or removed.
The state for a scrolling container that animates items when they are inserted or removed.
A widget that prevents the user from interacting with widgets behind itself.
Animated version of Opacity which automatically transitions the child's opacity over a given duration whenever the given opacity changes.
Animated version of PhysicalModel.
Animated version of Positioned which automatically transitions the child's position over a given duration whenever the given position changes.
Animated widget that automatically transitions its size over a given duration whenever the given child's size changes.
A widget that rebuilds when the given Listenable changes value.
An abstract class for building widgets that animate changes to their properties.
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.
更多 widget 请查看 widget 目录。
除非另有说明,本文档之所提及适用于 Flutter 的最新稳定版本,本页面最后更新时间: 2024-10-02。 查看文档源码 或者 为本页面内容提出建议。