MotherDetailsTable constructor

const MotherDetailsTable({
  1. Key? key,
  2. required List<Document> filteredMothers,
})

Implementation

const MotherDetailsTable({super.key, required this.filteredMothers});