lineEdit

inline fun Node.lineEdit(callback: LineEdit.() -> Unit = {}): LineEdit

Adds a LineEdit to the current Node as a child and then triggers the callback


inline fun SceneGraph<*>.lineEdit(callback: LineEdit.() -> Unit = {}): LineEdit

Adds a LineEdit to the current SceneGraph.root as a child and then triggers the callback