SudokuCell

fun SudokuCell(cell: Cell, modifier: Modifier = Modifier)

Represents an individual cell in the Sudoku grid.

Parameters

cell

The cell data to display, including its value and state.

modifier

The modifier to apply to the composable.