Skip to content

Commit 9e95f5f

Browse files
authored
Doc fix, followerAnchor changed to targetAnchor (#112054)
1 parent 29e0f5f commit 9e95f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/widgets/basic.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@ class CompositedTransformFollower extends SingleChildRenderObjectWidget {
16461646
/// Defaults to [Alignment.topLeft].
16471647
final Alignment targetAnchor;
16481648

1649-
/// The anchor point on this widget that will line up with [followerAnchor] on
1649+
/// The anchor point on this widget that will line up with [targetAnchor] on
16501650
/// the linked [CompositedTransformTarget].
16511651
///
16521652
/// {@macro flutter.widgets.CompositedTransformFollower.targetAnchor}

0 commit comments

Comments
 (0)