ProfilePage constructor

const ProfilePage(
  1. {Key? key,
  2. bool isFriend = false,
  3. required String userId}
)

Implementation

const ProfilePage({super.key, this.isFriend = false, required this.userId});