Fragment constructor

const Fragment({
  1. required List<BloomNode> children,
})

Creates a fragment from a named list of children.

Implementation

const Fragment({required List<BloomNode> children}) : super(children);