Popover

constructor(direction: FloatDirection? = null, cancelable: Boolean? = null, animation: Boolean? = null, className: String? = null, init: Popover.() -> Unit? = null)

Creates a popover component.

Parameters

direction

a direction of the popover

cancelable

whether the popover can be canceled

animation

determines if the transitions are animated

className

CSS class names

init

an initializer extension function