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