PlaceholderItem
class PlaceholderItem<TOuter>(index: Int, collection: List<PlaceholderItem<TOuter>>) : Placeholder<TOuter>
Content copied to clipboard
An item of a PlaceholderList when it is expanded.
Constructors
Link copied to clipboard
fun <TOuter> PlaceholderItem(index: Int, collection: List<PlaceholderItem<TOuter>>)
Content copied to clipboard