LegendData

constructor(color: Color, title: String, popUpLegendDescriptionData: List<LegendDescriptionData>? = null, windowInsets: @Composable () -> WindowInsets = { BottomSheetShellDefaults.windowInsets() })

Parameters

color

of legend.

title

text to be displayed.

popUpLegendDescriptionData

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