EditProfileScreen constructor

const EditProfileScreen({
  1. Key? key,
  2. Function? retrieveData,
})

Implementation

const EditProfileScreen({super.key, this.retrieveData});