CustomAvatar constructor
const
CustomAvatar({})
Implementation
const CustomAvatar({
Key? key,
this.imageUrl,
this.placeholderAsset,
this.radius = 30,
this.borderColor = Colors.blue,
this.borderWidth = 2,
}) : super(key: key);