ForwardRefNode<P, T> constructor

const ForwardRefNode<P, T>(
  1. ForwardRefRender<P, T> render,
  2. P props, {
  3. ReactRef<T>? ref,
})

Creates a forwarded-ref node.

Implementation

const ForwardRefNode(this.render, this.props, {this.ref});