NoteCard

fun NoteCard(modifier: Modifier, viewModel: NotesScreenViewModel, note: Note)

The card to display the note details

Parameters

modifier

The modifier to apply to component

viewModel

The support viewmodel for the screen

note

The note to display