toggle menu
kvision-material
8.0.0-RC
js
switch theme
search in API
kvision-material
/
io.kvision.material.widget
/
MdListWidgetContainer
/
add
add
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
.