setEndChild

open fun setEndChild(child: Widget? = null)

Sets the end child of @paned to @child.

If @child is NULL, the existing child will be removed.

Parameters

child

the widget to add