UserPublicProfileScreen constructor

const UserPublicProfileScreen({
  1. Key? key,
  2. required User user,
})

Implementation

const UserPublicProfileScreen({super.key, required this.user});