AddFriend constructor

const AddFriend({
  1. Key? key,
  2. ContactInfo? contactInfo,
})

Implementation

const AddFriend({super.key, this.contactInfo});