AnimatedAvatarStack constructor
const
AnimatedAvatarStack({
- Key? key,
- required List<
ImageProvider< avatars,Object> > - Positions? settings,
- InfoWidgetBuilder? infoWidgetBuilder,
- double? width,
- double? height,
- double? borderWidth,
- Color? borderColor,
Implementation
const AnimatedAvatarStack({
super.key,
required this.avatars,
this.settings,
this.infoWidgetBuilder,
this.width,
this.height,
this.borderWidth,
this.borderColor,
});