ListBoxItemsParams

constructor(items: List<T>, itemContent: @Composable (T) -> Unit, contentPadding: PaddingValues = MenuDefaults.DropdownMenuItemContentPadding, onItemClick: (T) -> Unit?)(source)

Parameters

T

The type of items in the list that implement ListBoxItemHeader.