ZeroAvatarGroup constructor
const
ZeroAvatarGroup({
- Key? key,
- required List<
ZeroAvatar> avatars, - int? moreNumber,
- AvatarSize size = AvatarSize.m,
- ZeroAvatarStyle? moreAvatarStyle,
Implementation
const ZeroAvatarGroup({
super.key,
required this.avatars,
this.moreNumber,
this.size = AvatarSize.m,
this.moreAvatarStyle,
});