EditProfilePage constructor

const EditProfilePage(
  1. {Key? key,
  2. required Profile user,
  3. void editCallback(
      )?}
    )

    Implementation

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