Release
Status
Badge
Function to create a badge for a ReleaseStatus
Parameters
release Status
: the status to use to create the badge
padding Start
: the padding from the start, default value 10.dp
fun ReleaseStatusBadge(releaseStatus: <Error class: unknown class>, paddingStart: Dp = 10.dp, onClick: () -> Unit)
Function to create a badge for a ReleaseStatus
Parameters
release Status
: the status to use to create the badge
padding Start
: the padding from the start, default value 10.dp
on Click
: the action to execute when the badge is clicked