We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce5fc8 commit d470ab2Copy full SHA for d470ab2
1 file changed
README.md
@@ -295,7 +295,7 @@ AnimatableBox(
295
296
297
```kotlin
298
-// Simply create box state and pass it to AnimatableBox
+// Simply create card state and pass it to AnimatableCard
299
val animatableCardState = rememberAnimatableCardState(
300
initialSize = DpSize(width = 70.dp, height = 70.dp),
301
targetSize = DpSize(width = 200.dp, height = 70.dp),
0 commit comments