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.
2 parents 9bfdfe4 + 425b28e commit 6a05a5fCopy full SHA for 6a05a5f
docs/docs/group.md
@@ -19,7 +19,7 @@ It can apply the following operations to its children:
19
| origin? | `Point` | Sets the origin of the transformation. This property is not inherited by its children. |
20
| clip? | `RectOrRRectOrPath` | Rectangle, rounded rectangle, or Path to use to clip the children. |
21
| invertClip? | `boolean` | Invert the clipping region: parts outside the clipping region will be shown and, inside will be hidden. |
22
-| rasterize? | `RefObject<Paint>` | Draws the children as a bitmap and applies the effects provided by the paint. |
+| layer? | `RefObject<Paint>` | Draws the children as a bitmap and applies the effects provided by the paint. |
23
24
## Paint Properties
25
0 commit comments