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