AvatarContent constructor
const
AvatarContent({})
Creates an AvatarContent widget.
Implementation
const AvatarContent({
super.key,
required this.user,
required this.size,
required this.foregroundColor,
this.textStyle,
this.headers,
});