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