CircularContacts constructor
const
CircularContacts({
- Key? key,
- Function? onCrossPressed,
- GroupContactsModel? groupContact,
Implementation
const CircularContacts({Key? key, this.onCrossPressed, this.groupContact})
: super(key: key);