PassButton

@Composable
fun ReversiScope.PassButton(modifier: Modifier = Modifier, canPass: Boolean, freeze: Boolean, onClick: () -> Unit)

Button to pass the current player's turn.

Parameters

modifier

Optional composable modifier for layout adjustments.

freeze

Whether the button is disabled due to game frozen state.

onClick

Callback invoked when the button is clicked.