A utility for creating a list of widgets in a row.
This allows for a readable syntax like:
final cols = context.t.childrenRow();
List<Widget> row() { return <Widget>[]; }