Package-level declarations

Types

Link copied to clipboard
interface BalloonWindow

BalloonWindow is an interface that define all executable behaviors of the balloon's window.

Functions

Link copied to clipboard
fun Balloon(modifier: Modifier = Modifier, builder: Balloon.Builder, key: Any? = null, balloonContent: @Composable () -> Unit? = null, content: @Composable (BalloonWindow) -> Unit)

Balloon allows you to display tooltips, which is fully customizable with an arrow and animations for Compose.

Link copied to clipboard
fun rememberBalloonBuilder(context: Context = LocalContext.current, block: Balloon.Builder.() -> Unit): Balloon.Builder

Create and remember Balloon.Builder.

Link copied to clipboard

sets a color of the arrow.

Link copied to clipboard

sets the background color of the arrow and popup.

Link copied to clipboard

sets the color of the icon drawable.

Link copied to clipboard

background color of the overlay.

Link copied to clipboard

sets color of the overlay padding.

Link copied to clipboard

sets the color of the main text content.