EditProfile constructor

EditProfile({
  1. Key? key,
  2. User? user,
})

Implementation

EditProfile({Key? key, this.user}) : super(key: key);