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
content Padding
The padding to apply to the component
labels
The labels attached to the revenue
trailing Icon
The trailing icon section
sticky Header Content
The content of the sticky header