AvatarComponent constructor
const
AvatarComponent({})
Implementation
const AvatarComponent(
{required this.imageUrl,
this.radius = 36,
this.borderColor,
this.notificationCount,
this.notificationColor = Colors.red,
Key? key})
: super(key: key);