ProfileNameView constructor

const ProfileNameView({
  1. Key? key,
  2. required OnAfterProfileSaved onAfterProfileSaved,
})

Implementation

const ProfileNameView({super.key, required this.onAfterProfileSaved});