NiceViewBuilder constructor

const NiceViewBuilder({
  1. Key? key,
  2. NiceViewDefinition? definition,
  3. void onSave(
    1. NiceViewDefinition definition
    )?,
  4. List<NiceViewComponentType>? availableComponentTypes,
})

Implementation

const NiceViewBuilder({
  super.key,
  this.definition,
  this.onSave,
  this.availableComponentTypes,
});