UserAvatar constructor

UserAvatar({
  1. required String name,
})

Implementation

UserAvatar({required this.name});