NiceViewRenderer constructor
- Key? key,
- required NiceViewDefinition definition,
- required Widget componentBuilder(
- NiceViewComponent component
Implementation
const NiceViewRenderer({
super.key,
required this.definition,
required this.componentBuilder,
});