Empty

@Composable
fun ReversiScope.Empty(buttonRefresh: @Composable () -> Unit = {})

Composable displaying an empty state for the lobby when no saved games are available. Shows a game icon and prompts the user to create a new game.

Parameters

buttonRefresh

Optional composable for rendering a refresh button.