ComponentVNode constructor

ComponentVNode({
  1. required Component component,
  2. String? key,
})

Implementation

ComponentVNode({required this.component, super.key}) : super(tag: 'component');