Avatar constructor
const
Avatar({})
Implementation
const Avatar(
{Key? key,
this.avatar,
this.name,
this.fontSize,
this.nameColor = Colors.white,
this.bgCode,
this.width = 40,
this.height = 40,
this.radius})
: super(key: key);