Avatar constructor
const
Avatar({})
Creates an avatar widget.
Implementation
const Avatar({
super.key,
required this.userId,
this.size = 32,
this.backgroundColor,
this.foregroundColor,
this.onTap,
this.headers,
});