add

abstract fun add(item: T)(source)

Adds given item to the current widget.


abstract fun add(position: Int, item: T)(source)

Adds given item to the current widget at the given position.