NUIStackedAvatars constructor

NUIStackedAvatars(
  1. List<ImageProvider<Object>> images, {
  2. double stackRatio = 0.3,
  3. int moreCount = 0,
  4. double avatarRadius = 15,
  5. double divider = 0,
  6. Color outline = NUIColors.NUIWhite,
  7. double thickness = 2,
  8. Color background = NUIColors.NUISkeletalGray,
  9. TextStyle? textStyle,
  10. GradientBackground? textBackground,
  11. Key? key,
})

Implementation

NUIStackedAvatars(this.images, {this.stackRatio = 0.3, this.moreCount = 0, this.avatarRadius = 15, this.divider = 0, this.outline = NUIColors.NUIWhite, this.thickness = 2, this.background = NUIColors.NUISkeletalGray, this.textStyle, this.textBackground, Key? key}): super(key: key);