NiceControlConfigurator constructor
const
NiceControlConfigurator({ - Key? key,
- required String controlType,
- List<NicePropDescriptor> propDescriptors = const [],
- Map<String, dynamic> value = const {},
- void onChange(
- Map<String, dynamic> props
)?,
- Widget renderPreview(
- Map<String, dynamic> props
)?,
- NiceConfiguratorLayout layout = NiceConfiguratorLayout.horizontal,
})
Implementation
const NiceControlConfigurator({
super.key,
required this.controlType,
this.propDescriptors = const [],
this.value = const {},
this.onChange,
this.renderPreview,
this.layout = NiceConfiguratorLayout.horizontal,
});