NiceViewBuilder constructor
- Key? key,
- NiceViewDefinition? definition,
- void onSave(
- NiceViewDefinition definition
- List<
NiceViewComponentType> ? availableComponentTypes,
Implementation
const NiceViewBuilder({
super.key,
this.definition,
this.onSave,
this.availableComponentTypes,
});