toggle menu
kvision-material
8.0.0-RC
js
switch theme
search in API
kvision-material
/
io.kvision.material.widget
/
MdListWidget
/
add
add
open
override
fun
add
(
item
:
T
)
Adds given
item
to the current widget.
open
override
fun
add
(
position
:
Int
,
item
:
T
)
Adds given
item
to the current widget at the given
position
.