Portal constructor

const Portal(
  1. List<ReactNode> children,
  2. Object container, {
  3. String? key,
})

Creates a portal node.

Implementation

const Portal(this.children, this.container, {this.key});