OrbAvatar constructor

const OrbAvatar({
  1. String? type,
  2. String? color1,
  3. String? color2,
})

Implementation

const OrbAvatar({
  this.type,
  this.color1,
  this.color2,
});