UnknownComponent constructor
const
UnknownComponent({
- Key? key,
- required ComponentModel component,
- bool showDebugInfo = false,
Implementation
const UnknownComponent({
super.key,
required this.component,
this.showDebugInfo = false,
});