From c867a1ed237a37d20b4563cc6b3b794e586b18ff Mon Sep 17 00:00:00 2001 From: Pragya Date: Tue, 28 Jul 2020 23:21:06 +0530 Subject: [PATCH] Updated 'CustomClipper.shouldReclip' doc (#62101) --- packages/flutter/lib/src/rendering/proxy_box.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/rendering/proxy_box.dart b/packages/flutter/lib/src/rendering/proxy_box.dart index d505b94776..44009097c0 100644 --- a/packages/flutter/lib/src/rendering/proxy_box.dart +++ b/packages/flutter/lib/src/rendering/proxy_box.dart @@ -1179,7 +1179,7 @@ abstract class CustomClipper extends Listenable { /// Called whenever a new instance of the custom clipper delegate class is /// provided to the clip object, or any time that a new clip object is created - /// with a new instance of the custom painter delegate class (which amounts to + /// with a new instance of the custom clipper delegate class (which amounts to /// the same thing, because the latter is implemented in terms of the former). /// /// If the new instance represents different information than the old