Fragment.fromList constructor

const Fragment.fromList(
  1. List<BloomNode> children
)

Creates a fragment from a positional list of children.

Implementation

const Fragment.fromList(super.children);