Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun AnimatedSelectionToolbarWrapper(modifier: Modifier = Modifier, selection: SelectionState<*>, toolbar: @Composable () -> Unit = {}, selectionToolbar: @Composable () -> Unit)
Link copied to clipboard
fun PageToolbar(screen: INavScreen, title: String, modifier: Modifier = Modifier.fillMaxWidth(), subTitle: String? = null, endContent: @Composable RowScope.() -> Unit = {}, canGoBack: Boolean = false, applyBackgroundColor: Boolean = false, onBack: () -> Unit? = null)
Link copied to clipboard
fun SelectionToolbar(selection: SelectionState<*>, modifier: Modifier = Modifier, title: @Composable (selected: Int, total: Int) -> String = { selected, total -> "$selected/$total" }, colors: TopAppBarColors = SelectionToolbarDefaults.colorsBackground(), style: SelectionToolbar.Style = SelectionToolbarDefaults.DefaultStyle, actions: @Composable RowScope.() -> Unit)
Link copied to clipboard
fun WebToolbar(navigationItems: List<INavItem>, menuItems: List<MenuItem>)