VerticalLegend

constructor(items: AdditionScope<LegendItem>.(ExtraStore) -> Unit, iconSizeDp: Float, iconPaddingDp: Float, spacingDp: Float = 0.0f, padding: Dimensions = Dimensions.Empty)

Parameters

items

adds the LegendItems.

iconSizeDp

defines the size of all LegendItem.icons.

iconPaddingDp

defines the padding between each LegendItem.icon and its corresponding LegendItem.label.

spacingDp

defines the vertical spacing between each LegendItem.

padding

defines the padding of the content.