Package-level declarations
Functions
Link copied to clipboard
fun AccessibilityBottomSheetDialog(content: @Composable ColumnScope.() -> Unit, modifier: Modifier = Modifier, backgroundColor: Color, popUpTopRightButtonTitle: String, popUpTopRightButtonDescription: String, sheetState: ModalBottomSheetState)
Bottom sheet to show items in vertical list view with a close button at top
Link copied to clipboard
fun CombinedChartInfo(pointsList: List<Point>, lineColor: List<Color>, groupBar: GroupBar?, axisLabelDescription: String, barColorPaletteList: List<Color>, dividerColor: Color, titleTextSize: TextUnit, descriptionTextSize: TextUnit)
Composable to display each combined chart item for given combined chart.
Link copied to clipboard
Composable to display each slice for a given pie chart.