oskit-compose
Toggle table of contents
4.0.1
common
Platform filter
common
Switch theme
Search in API
oskit-compose
oskit-compose
/
com.outsidesource.oskitcompose.layout
/
PanAndScaleScope
/
items
items
abstract
fun
items
(
count
:
Int
,
key
:
(
index
:
Int
)
->
Any
,
offset
:
(
index
:
Int
)
->
DpOffset
,
maxSize
:
(
index
:
Int
)
->
DpSize
=
{ DpSize.Unspecified }
,
forceRender
:
(
index
:
Int
)
->
Boolean
=
{ false }
,
content
:
@
Composable
(
index
:
Int
)
->
Unit
)