AvatarRepresentator constructor

const AvatarRepresentator(
  1. {Key? key,
  2. double width = 124,
  3. double height = 124,
  4. double radius = 9999}
)

Implementation

const AvatarRepresentator({
  super.key,
  this.width = 124,
  this.height = 124,
  this.radius = 9999,
});