UserAvatar constructor

const UserAvatar({
  1. required AppUser user,
  2. double radius = 20,
  3. Key? key,
})

Implementation

const UserAvatar({required this.user, this.radius = 20, super.key});