AnimatedAvatarStack constructor

const AnimatedAvatarStack({
  1. Key? key,
  2. required List<ImageProvider<Object>> avatars,
  3. Positions? settings,
  4. InfoWidgetBuilder? infoWidgetBuilder,
  5. double? width,
  6. double? height,
  7. double? borderWidth,
  8. Color? borderColor,
})

Implementation

const AnimatedAvatarStack({
  super.key,
  required this.avatars,
  this.settings,
  this.infoWidgetBuilder,
  this.width,
  this.height,
  this.borderWidth,
  this.borderColor,
});