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