Unverified Commit c867a1ed authored by Pragya's avatar Pragya Committed by GitHub

Updated 'CustomClipper.shouldReclip' doc (#62101)

parent c14e328c
...@@ -1179,7 +1179,7 @@ abstract class CustomClipper<T> extends Listenable { ...@@ -1179,7 +1179,7 @@ abstract class CustomClipper<T> extends Listenable {
/// Called whenever a new instance of the custom clipper delegate class is /// 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 /// 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). /// the same thing, because the latter is implemented in terms of the former).
/// ///
/// If the new instance represents different information than the old /// If the new instance represents different information than the old
......
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