menu
fetosense_remote_flutter
ui/widgets/mother_card.dart
MotherCard
MotherCard const constructor
MotherCard
dark_mode
light_mode
MotherCard
constructor
const
MotherCard
(
{
Key
?
key
,
required
Mother
mother
,
})
Implementation
const MotherCard({super.key, required this.mother});
fetosense_remote_flutter
mother_card
MotherCard
MotherCard const constructor
MotherCard class