rememberBalloonWindow
fun rememberBalloonWindow(initialValue: BalloonWindow?, key: Any? = null): MutableState<BalloonWindow?>
Create and remember BalloonWindow.
Parameters
initialValue
The initial state of BalloonWindow.
key
The key that may trigger recomposition.