AddContactInfo constructor

const AddContactInfo({
  1. required ContactInfoType type,
  2. required Function onSave,
  3. required bool primary,
  4. required ContactProvider? provider,
})

Implementation

const AddContactInfo({
  required this.type,
  required this.onSave,
  required this.primary,
  required this.provider,
});