BasicItemGenerator

open class BasicItemGenerator<T>(selectionColor: Color? = null, selectionBlurredColor: Color? = null) : ListBehavior.ItemGenerator<T> (source)

Created by Nicholas Eddy on 3/20/18.

Inheritors

Constructors

Link copied to clipboard
constructor(selectionColor: Color? = null, selectionBlurredColor: Color? = null)

Functions

Link copied to clipboard
open operator override fun invoke(list: List<T, *>, item: T, index: Int, current: View?): View