Package-level declarations
Types
Link copied to clipboard
object SelectionToolbar
Link copied to clipboard
object SelectionToolbarDefaults
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