Holds the animated visibility state for a component, including the current visibility boolean and an animated alpha value.
The animated alpha value (0f when hidden, 1f when visible), suitable for applying to the component's modifier or content.
Whether the component should be visible (before animation).