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