GlowingAvatarRepresentator constructor

const GlowingAvatarRepresentator(
  1. {Key? key,
  2. double width = 124,
  3. double height = 124,
  4. double glowSpreadRadius = 3.0,
  5. double glowBlurRadius = 10.0,
  6. double radius = 9999}
)

Implementation

const GlowingAvatarRepresentator({
  super.key,
  this.width = 124,
  this.height = 124,
  this.glowSpreadRadius = 3.0,
  this.glowBlurRadius = 10.0,
  this.radius = 9999,
});