Package 

Class AnimatedLabelKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit AnimatedLabel(String label, Function2<AnimatedContentScope, String, Unit> content) This composable provides an animated label that smoothly transitions between different text values.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.