ContactDetails constructor

const ContactDetails({
  1. Key? key,
  2. Function? onContactSaved,
})

Implementation

const ContactDetails({Key? key, this.onContactSaved}) : super(key: key);