ListRecipientsScreen constructor

const ListRecipientsScreen({
  1. Key? key,
  2. required Map<String, dynamic> notesMap,
})

Implementation

const ListRecipientsScreen({
  super.key,
  required this.notesMap,
});