onContactsTap property

ValueChanged<List<GroupContactsModel?>>? onContactsTap
final

When contacts are tapped, the selected list is sent to app

Implementation

final ValueChanged<List<GroupContactsModel?>>? onContactsTap;