NicePropDescriptor constructor
Implementation
const NicePropDescriptor({
required this.name,
required this.label,
this.type = NicePropType.string,
this.options,
this.group,
this.defaultValue,
});
const NicePropDescriptor({
required this.name,
required this.label,
this.type = NicePropType.string,
this.options,
this.group,
this.defaultValue,
});