EditProfileSection constructor

const EditProfileSection({
  1. Key? key,
  2. required Widget child,
  3. String? title,
})

Implementation

const EditProfileSection({super.key, required this.child, this.title});