Updated 'CustomClipper.shouldReclip' doc (#62101)

This commit is contained in:
Pragya 2020-07-28 23:21:06 +05:30 committed by GitHub
parent c14e328c26
commit c867a1ed23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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