ContactsWidget constructor
const
ContactsWidget({
- Key? key,
- required ValueChanged<
ContactInfo> onTap,
Implementation
const ContactsWidget({super.key, required this.onTap});