Append child
Equivalent to
Row( children: [ ... input ] )
NikuRow appendChild(Widget child) { this._children.add(child); return this; }