Avatar constructor
const
Avatar({})
Implementation
const Avatar({
super.key,
required this.avatarURI,
required this.displayName,
required this.color,
required this.baseUrl,
required this.mediaServerUrl,
this.aviSize = 50,
this.textSize = 16,
});