Fragment constructor

const Fragment(
  1. List<ReactNode> children, {
  2. String? key,
})

Implementation

const Fragment(this.children, {this.key});