HostNode<P extends Object?> constructor

const HostNode<P extends Object?>(
  1. HostType<P> type,
  2. P props, {
  3. List<ReactNode> children = const [],
  4. String? key,
})

Implementation

const HostNode(this.type, this.props, {this.children = const [], this.key});