Unverified Commit 1ad538e4 authored by liyuqian's avatar liyuqian Committed by GitHub

Fix the @macro link in doc (#21890)

Is it possible to add a unit test to make sure that all links in our
Dart doc are valid?
parent 872eba2d
......@@ -501,7 +501,7 @@ class ClipRect extends SingleChildRenderObjectWidget {
/// If non-null, determines which clip to use.
final CustomClipper<Rect> clipper;
/// {@macro flutter.widget.clipper.clipBehavior}
/// {@macro flutter.clipper.clipBehavior}
final Clip clipBehavior;
@override
......@@ -564,7 +564,7 @@ class ClipRRect extends SingleChildRenderObjectWidget {
/// If non-null, determines which clip to use.
final CustomClipper<RRect> clipper;
/// {@macro flutter.widget.clipper.clipBehavior}
/// {@macro flutter.clipper.clipBehavior}
final Clip clipBehavior;
@override
......@@ -616,7 +616,7 @@ class ClipOval extends SingleChildRenderObjectWidget {
/// object) instead.
final CustomClipper<Rect> clipper;
/// {@macro flutter.widget.clipper.clipBehavior}
/// {@macro flutter.clipper.clipBehavior}
final Clip clipBehavior;
@override
......@@ -667,7 +667,7 @@ class ClipPath extends SingleChildRenderObjectWidget {
/// efficient way of obtaining that effect.
final CustomClipper<Path> clipper;
/// {@macro flutter.widget.clipper.clipBehavior}
/// {@macro flutter.clipper.clipBehavior}
final Clip clipBehavior;
@override
......
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