Component<P> constructor
const
Component<P> (
- ComponentId id,
- P props, {
- String? key,
- List<
ReactNode> children = const [],
Implementation
const Component(this.id, this.props, {this.key, this.children = const []});