Legend Data
constructor(color: Color, title: String, popUpLegendDescriptionData: List<LegendDescriptionData>? = null, windowInsets: @Composable () -> WindowInsets = { BottomSheetDefaults.windowInsets }, bottomSheetLowerPadding: Dp = Spacing0)
Parameters
color
of legend.
title
text to be displayed.
pop Up Legend Description Data
list of LegendDescriptionData with information for the legend range description pop up.