SavedToFavoritesButton

fun SavedToFavoritesButton(isChecked: Boolean, onClick: () -> Unit)

This composable is the SavedToFavoritesButton. It displays a button for the user to save a book to their favorites.

Parameters

isChecked

Boolean whether the book is saved

onClick

() -> Unit the function to call when the user clicks the button