BookListingItem

fun BookListingItem(book: MBook, viewModel: AccountScreenViewModel, currentlyEditingBook: MutableState<MBook?>, navController: NavController)

Book Listing Item

Parameters

book

MBook the book

viewModel

AccountScreenViewModel the viewmodel for the screen

currentlyEditingBook

MutableState the book that is currently being edited

navController

NavController the nav controller