Revealer
@Composable
Creates a org.gnome.gtk.Revealer that animates the transition of its child's visibility.
Parameters
reveal
Whether the child is visible or invisible.
modifier
Compose Modifier for layout and styling.
transition Type
The type of animation that will be used.
transition Duration
The duration, in milliseconds, of the animation.
content
The composable content to display.