MotherCard constructor

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

Implementation

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