Package com.skydoves.balloon.compose
Class BalloonKt
-
- All Implemented Interfaces:
public final class BalloonKt
-
-
Method Summary
Modifier and Type Method Description final static UnitBalloon(Modifier modifier, Balloon.Builder builder, Object key, Function0<Unit> balloonContent, Function1<BalloonWindow, Unit> content)Balloon allows you to display tooltips, which is fully customizable with an arrow and animations for Compose. -
-
Method Detail
-
Balloon
@Composable() final static Unit Balloon(Modifier modifier, Balloon.Builder builder, Object key, Function0<Unit> balloonContent, Function1<BalloonWindow, Unit> content)
Balloon allows you to display tooltips, which is fully customizable with an arrow and animations for Compose.
- Parameters:
modifier- Modifier used to adjust the layout or drawing content.builder- Balloon.Builder that includes details of tooltips to be displayed.key- key to recompose the content of balloon.balloonContent- the content to be displayed inside the balloon.content- the main content of the screen.
-
-
-
-