BackButton

fun BackButton(onClick: () -> Unit, modifier: Modifier = Modifier)

Represents a back button that navigates back to the previous screen. This is used throughout thw Uikit's screens.

Since

1.0.0-beta.1

Parameters

onClick

The handler for when the user clicks on the button.

modifier

The modifier to be applied to the view.