NextAvatarGroup constructor
const
NextAvatarGroup({
- Key? key,
- Widget limitBuilder(
- BuildContext context,
- required List<
ImageProvider< imagesList,Object> > - int? itemCount,
- double outerRadius = 24.0,
- int? limitTo,
- Widget itemBuilder(
- BuildContext context,
- int index,
- ImageProvider<
Object> image
- Color? backgroundColor,
- double widthFactor = 0.6,
- double radius = 20.0,
Implementation
const NextAvatarGroup(
{Key? key,
this.limitBuilder,
required this.imagesList,
this.itemCount,
this.outerRadius = 24.0,
this.limitTo,
this.itemBuilder,
this.backgroundColor,
this.widthFactor = 0.6,
this.radius = 20.0})
: super(key: key);