UserAvatar constructor
const
UserAvatar({
- Key? key,
- required ModelBaseUser? user,
- void onTap()?,
The constructor for the user avatar.
Implementation
const UserAvatar({
super.key,
required this.user,
this.onTap,
});