Package com. example. examer. ui. components. examer Test Card
Types
Link copied to clipboard
data class ExamerTestCardColors(val takeTestButtonColor: Color, val statusColors: StatusColors)
Content copied to clipboard
A data class that used to hold the takeTestButtonColor and statusColors related to ExamerExpandableTestCard.
Link copied to clipboard
data class StatusColors( val open: Color, val scheduled: Color, val missed: Color, val completed: Color)
Content copied to clipboard
A data class that is used to hold all colors related to the test status of an instance of com.example.examer.data.domain.TestDetails class.
Functions
Link copied to clipboard
@Composable
Content copied to clipboard
This is a default implementation of ExamerExpandableTestCard which displays the ExamerCardExpandedContent when the card is expanded. ExamerExpandableTestCard provides slot for defining the content to be displayed when the card is expanded.
Link copied to clipboard
@Composable
Content copied to clipboard
Link copied to clipboard
@Composable
Content copied to clipboard