CreateProfileNavigator constructor
const
CreateProfileNavigator({
- Key? key,
- required dynamic onProfileComplete(),
Implementation
const CreateProfileNavigator({
super.key,
required this.onProfileComplete,
});