toggle menu
doodle
0.10.3
common
switch theme
search in API
themes
/
io.nacular.doodle.theme.basic
/
VerticalListPositioner
Vertical
List
Positioner
open
class
VerticalListPositioner
(
val
height
:
Double
,
numColumns
:
Int
=
1
,
val
spacing
:
Double
=
0.0
)
(
source
)
Inheritors
BasicVerticalListPositioner
Members
Constructors
Vertical
List
Positioner
Link copied to clipboard
constructor
(
height
:
Double
,
numColumns
:
Int
=
1
,
spacing
:
Double
=
0.0
)
Properties
height
Link copied to clipboard
protected
open
val
height
:
Double
num
Columns
Link copied to clipboard
protected
val
numColumns
:
Int
spacing
Link copied to clipboard
protected
open
val
spacing
:
Double
=
0.0
Functions
item
Bounds
Link copied to clipboard
fun
itemBounds
(
size
:
Size
,
insets
:
Insets
,
index
:
Int
,
current
:
View
?
=
null
)
:
Rectangle
item
For
Link copied to clipboard
fun
itemFor
(
size
:
Size
,
insets
:
Insets
,
at
:
Point
)
:
Int
minimum
Size
Link copied to clipboard
fun
minimumSize
(
numItems
:
Int
,
insets
:
Insets
)
:
Size