CircularContacts constructor

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

Implementation

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