LazyBlockChildren({List<Widget> children: const [] })

Creates a LazyBlockChildren that displays the given children.

The list of children must not be modified after being passed to this constructor.

Source

LazyBlockChildren({ this.children: const <Widget>[] }) {
  assert(children != null);
}