T
- the type parameter@FunctionalInterface public interface ListItemBuilder<T>
ListComponent
Modifier and Type | Method and Description |
---|---|
Component |
buildListItem(Interaction interaction,
int index,
T item)
Build list item component.
|
Component buildListItem(Interaction interaction, int index, T item)
interaction
- the interactionindex
- the indexitem
- the itemCopyright © 2021. All rights reserved.