ComAvatarGroup constructor

const ComAvatarGroup(
  1. List<String> data, {
  2. Key? key,
  3. double size = 30.0,
  4. double? spacing,
  5. int? maxCount,
  6. Widget? builder,
})

Implementation

const ComAvatarGroup(
  this.data, {
  super.key,
  this.size = 30.0,
  this.spacing,
  this.maxCount,
  this.builder,
});