PlaceholderItem
class PlaceholderItem<TOuter>(index: Int, collection: List<PlaceholderItem<TOuter>>) : Placeholder<TOuter>
Content copied to clipboard
Item of a placeholder list when it is expanded
Constructors
Link copied to clipboard
fun <TOuter> PlaceholderItem(index: Int, collection: List<PlaceholderItem<TOuter>>)
Content copied to clipboard