RothkoGroupAvatar constructor

const RothkoGroupAvatar({
  1. Key? key,
  2. required List<String> namesAndImages,
  3. bool? showBorder,
  4. AvatarSize size = AvatarSize.normal,
  5. required Color color,
  6. int? numberofDisplayAvatar,
  7. Color? borderColor,
})

Implementation

const RothkoGroupAvatar({
  Key? key,
  required this.namesAndImages,
  this.showBorder,
  this.size = AvatarSize.normal,
  required this.color,
  this.numberofDisplayAvatar,
  this.borderColor,
}) : super(key: key);