MotherDetails constructor

const MotherDetails({
  1. Key? key,
  2. required Mother mother,
})

Implementation

const MotherDetails({super.key, required this.mother});