PassButton
@Composable
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.