ImageAvatar constructor
ImageAvatar({})
Implementation
ImageAvatar(
{Key? key, this.size,
this.assetPath,
this.url,
this.image,
this.color,
this.fit,
this.borderWith,
this.borderColor}) : super(key: key);