Unverified Commit e00f1a3c authored by Todd Volkert's avatar Todd Volkert Committed by GitHub

Fix typo in docs (#31538)

parent e4a1913e
...@@ -160,7 +160,7 @@ class Hero extends StatefulWidget { ...@@ -160,7 +160,7 @@ class Hero extends StatefulWidget {
/// ///
/// If this property is null, the default, then the value of /// If this property is null, the default, then the value of
/// [HeroController.createRectTween] is used. The [HeroController] created by /// [HeroController.createRectTween] is used. The [HeroController] created by
/// [MaterialApp] creates a [MaterialRectAreTween]. /// [MaterialApp] creates a [MaterialRectArcTween].
final CreateRectTween createRectTween; final CreateRectTween createRectTween;
/// The widget subtree that will "fly" from one route to another during a /// The widget subtree that will "fly" from one route to another during a
......
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