Creates a LazyBlockChildren that displays the given children.
The list of children must not be modified after being passed to this constructor.
LazyBlockChildren({ this.children: const <Widget>[] }) { assert(children != null); }