Breadcrumb Bar Content Provider
Content provider for a breadcrumb bar.
Constructors
Functions
Link copied to clipboard
Returns the display text for the item, or for the root is null is passed.
Link copied to clipboard
Returns the input stream with the leaf content. Some implementations may return null if this is not applicable.
Link copied to clipboard
Returns the choice elements that correspond to the specified path. If the item is null, the list of root elements should be returned.
Extensions
Link copied to clipboard
suspend fun <T> BreadcrumbBarContentProvider<T>.getPathCommand(scope: CoroutineScope, commands: SnapshotStateList<Command>, item: T?, onItemSelected: (T) -> Unit, level: Int): Command
Content copied to clipboard