CircularContacts constructor

const CircularContacts({
  1. Key? key,
  2. Function? onCrossPressed,
  3. GroupContactsModel? groupContact,
})

Implementation

const CircularContacts({Key? key, this.onCrossPressed, this.groupContact})
    : super(key: key);