toggle menu
kvision
7.5.0
js
switch theme
search in API
kvision
/
io.kvision.material.widget
/
MdListWidgetContainer
/
add
add
js
abstract
fun
add
(
item
:
T
)
Adds given
item
to the current widget.
abstract
fun
add
(
position
:
Int
,
item
:
T
)
Adds given
item
to the current widget at the given
position
.