Append all of children
Equivalent to
Row( children: [ ... input ] )
NikuRow appendChildren(List<Widget> children) { this._children.addAll(children); return this; }