bringToFront

abstract fun bringToFront(closeAction: CloseAction = CloseAction.UserCloseable, initializer: UiElementContainer.Initializer.() -> UiElement)

Bring a UI to the front.

Parameters

closeAction

Specify how the UI is closed.

initializer

The initializer for the UI.