Renders all children and returns concatenated output.
@override String render(Context context) => children.map((it) => it.render(context)).join();