We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e13ee commit 91836d6Copy full SHA for 91836d6
packages/flutter/lib/src/rendering/object.dart
@@ -859,7 +859,7 @@ class SemanticsHandle {
859
/// compositing bits. During this phase, each render object learns whether
860
/// any of its children require compositing. This information is used during
861
/// the painting phase when selecting how to implement visual effects such as
862
-/// clipping. If a render object has a composited child, its needs to use a
+/// clipping. If a render object has a composited child, it needs to use a
863
/// [Layer] to create the clip in order for the clip to apply to the
864
/// composited child (which will be painted into its own [Layer]).
865
/// 3. [flushPaint] visits any render objects that need to paint. During this
0 commit comments