Builds a node with an optional Dart ref.
ReactNode call(P props, {ReactRef<T>? ref}) => ForwardRefNode(render, props, ref: ref);