-
public final class AnimatedLabelKt
-
-
Method Summary
Modifier and Type Method Description final static UnitAnimatedLabel(String label, Function2<AnimatedContentScope, String, Unit> content)This composable provides an animated label that smoothly transitions between different text values. -
-
Method Detail
-
AnimatedLabel
@Composable() final static Unit AnimatedLabel(String label, Function2<AnimatedContentScope, String, Unit> content)
This composable provides an animated label that smoothly transitions between different text values. It uses animations for appearance, disappearance, and content changes.
- Parameters:
label- The text to display in the label.content- The composable function to render the animated content within the label.
-
-
-
-