OverlapAvatar constructor

OverlapAvatar({
  1. Key? key,
  2. double? groupHeight,
  3. double? groupWidth,
  4. int? itemCount,
  5. double? insideRadius,
  6. double? outSideRadius,
  7. ImageProvider<Object>? backgroundImage,
  8. double? widthFactor,
  9. Color? backgroundColor,
})

Implementation

OverlapAvatar({
  Key? key,
  this.groupHeight,
  this.groupWidth,
  this.itemCount,
  this.insideRadius,
  this.outSideRadius,
  this.backgroundImage,
  this.widthFactor,
  this.backgroundColor
}) : super(key: key);