Update Card
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
view Model
The support viewmodel for the screen
project
The project owner of the update
update
The update to display
view Change Notes Flag
The flag used to control the flow to display or not the changes notes