PhotoScreen

fun PhotoScreen(onTakePhoto: (Bitmap) -> Unit, capturedImages: List<Bitmap>, goBack: () -> Unit)

Composable function representing the photo screen of the application.

Parameters

onTakePhoto

Callback function to handle the capture of a photo.

capturedImages

List of captured images to display on the screen.

goBack

Callback to navigate back.