LazyList

@ObjCName(name = "LazyList", exact = true)
interface LazyList<W : Any> : Widget<W>

{tag=1}

Properties

Link copied to clipboard
abstract val items: Widget.Children<W>

{tag=2}

Link copied to clipboard
abstract var modifier: Modifier
Link copied to clipboard

{tag=1}

Link copied to clipboard
abstract val value: W

Functions

Link copied to clipboard
abstract fun crossAxisAlignment(crossAxisAlignment: CrossAxisAlignment)

{tag=8}

Link copied to clipboard
abstract fun height(height: Constraint)

{tag=6}

Link copied to clipboard
abstract fun isVertical(isVertical: Boolean)

{tag=1}

Link copied to clipboard
abstract fun itemsAfter(itemsAfter: Int)

{tag=4}

Link copied to clipboard
abstract fun itemsBefore(itemsBefore: Int)

{tag=3}

Link copied to clipboard
abstract fun margin(margin: Margin)

{tag=7}

Link copied to clipboard
abstract fun onViewportChanged(onViewportChanged: (firstVisibleItemIndex: Int, lastVisibleItemIndex: Int) -> Unit)

{tag=2}

Link copied to clipboard
abstract fun scrollItemIndex(scrollItemIndex: ScrollItemIndex)

{tag=9}

Link copied to clipboard
abstract fun width(width: Constraint)

{tag=5}