UpdateCard
fun UpdateCard( modifier: Modifier = Modifier, viewModel: ProjectScreenViewModel, project: Project, update: ProjectUpdate, viewChangeNotesFlag: Boolean)
Custom Card to display the details about an update
Parameters
modifier
The modifier to apply to the card
viewModel
The support viewmodel for the screen
project
The project owner of the update
update
The update to display
viewChangeNotesFlag
The flag used to control the flow to display or not the changes notes