LinearPresenter

constructor(    orientation: Orientation = Horizontal,     spacing: (Size) -> Double = { 0.0 },     itemConstraints: ConstraintDslContext.(Bounds) -> Unit = fill)(source)

Parameters

orientation

that determines direction items will lay out

spacing

between items

itemConstraints

used to determine item bounds within the Carousel