UserAvatar constructor
const
UserAvatar({
- Key? key,
- required User author,
- BubbleRtlAlignment? bubbleRtlAlignment,
- Map<
String, String> ? imageHeaders, - void onAvatarTap(
- User
Creates user avatar.
Implementation
const UserAvatar({
super.key,
required this.author,
this.bubbleRtlAlignment,
this.imageHeaders,
this.onAvatarTap,
});