toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
app
/
edu.stanford.bdh.engagehf.medication.components
/
MedicationCard
Medication
Card
@
Composable
fun
MedicationCard
(
modifier
:
Modifier
=
Modifier
,
model
:
MedicationCardUiModel
,
onAction
:
(
MedicationViewModel.Action
)
->
Unit
)