Avatar.network constructor
Avatar.network({})
Implementation
Avatar.network({
super.key,
required this.initials,
this.backgroundColor,
this.size,
this.borderRadius,
this.badge,
this.badgeAlignment,
this.badgeGap,
int? cacheWidth,
int? cacheHeight,
required String photoUrl,
}) : provider = ResizeImage.resizeIfNeeded(
cacheWidth,
cacheHeight,
NetworkImage(photoUrl),
);