Revenue Labels

fun RevenueLabels(contentPadding: PaddingValues = PaddingValues( all = 5.dp ), labels: List<RevenueLabel>, trailingIcon: @Composable (RevenueLabel) -> Unit? = null, stickyHeaderContent: @Composable LazyItemScope.() -> Unit? = null)

Component used to display the labels attached to a revenue

Parameters

contentPadding

The padding to apply to the component

labels

The labels attached to the revenue

trailingIcon

The trailing icon section

stickyHeaderContent

The content of the sticky header