Unverified Commit cbe4c9e1 authored by Shi-Hao Hong's avatar Shi-Hao Hong Committed by GitHub

Add link to hero animation page (#30059)

parent 19901f67
......@@ -60,7 +60,8 @@ Rect _globalBoundingBoxFor(BuildContext context) {
return MatrixUtils.transformRect(box.getTransformTo(null), Offset.zero & box.size);
}
/// A widget that marks its child as being a candidate for hero animations.
/// A widget that marks its child as being a candidate for
/// [hero animations](https://flutter.dev/docs/development/ui/animations/hero-animations).
///
/// When a [PageRoute] is pushed or popped with the [Navigator], the entire
/// screen's content is replaced. An old route disappears and a new route
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment