BookInfoScreen

fun BookInfoScreen(navController: NavHostController, bookId: String? = "", viewModel: BookInfoScreenViewModel = viewModel())

Screen that displays the details of a book.

Parameters

navController

the navigation controller

bookId

the id of the book to display

viewModel

the view model

See also