LegendData

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.

popUpLegendDescriptionData

list of LegendDescriptionData with information for the legend range description pop up.