Vec3Property constructor

const Vec3Property({
  1. bool rgbColor = false,
  2. bool normalized = false,
  3. String? group,
  4. List<String> formerNames = const [],
  5. bool transient = false,
  6. List<PropertyConstraint<Object>> extra = const [],
})

Implementation

const Vec3Property({
  this.rgbColor = false,
  this.normalized = false,
  super.group,
  super.formerNames,
  super.transient,
  this.extra = const [],
});