Package-level declarations

Types

Link copied to clipboard

The Rain effects applied to the style.

Link copied to clipboard

The Snow effects applied to the style.

Functions

Link copied to clipboard
@Composable
inline fun rememberRainState(key: String? = null, crossinline init: RainState.() -> Unit = {}): RainState

Create and rememberSaveable a RainState using RainState.Saver. init will be called when the RainState is first created to configure its initial state.

Link copied to clipboard
@Composable
inline fun rememberSnowState(key: String? = null, crossinline init: SnowState.() -> Unit = {}): SnowState

Create and rememberSaveable a SnowState using SnowState.Saver. init will be called when the SnowState is first created to configure its initial state.