OverlappingContacts constructor

const OverlappingContacts({
  1. Key? key,
  2. List<AtContact>? selectedList,
})

Implementation

const OverlappingContacts({Key? key, this.selectedList}) : super(key: key);