menu
react_core package
documentation
react.dart
HostNode<P extends Object?>
HostNode.new const constructor
HostNode.new const constructor
dark_mode
light_mode
HostNode<
P extends Object?
>
constructor
const
HostNode<
P extends Object?
>
(
HostType
<
P
>
type
,
P
props
, {
List
<
ReactNode
>
children
=
const []
,
String
?
key
,
})
Implementation
const HostNode(this.type, this.props, {this.children = const [], this.key});
react_core package
documentation
react
HostNode<P extends Object?>
HostNode.new const constructor
HostNode class