PreviousPage

@Composable
fun ReversiScope.PreviousPage(onBack: () -> Unit)

Back navigation button with hover animation and scaling effects. Includes smooth transitions for scale and offset when hovering.

Parameters

onBack

Callback function invoked when the back button is clicked.