EditProfileButton constructor

const EditProfileButton({
  1. Key? key,
  2. required String localetext,
  3. required String onUpdate,
  4. String? buttonType,
})

Implementation

const EditProfileButton(
    {super.key,
    required this.localetext,
    required this.onUpdate,
    this.buttonType});