ProfileBackContent constructor

const ProfileBackContent({
  1. Key? key,
  2. required User profile,
})

Implementation

const ProfileBackContent({super.key, required this.profile});