menu
sara
modulos\individuos\IndividuoEditScreen.dart
IndividuoEditScreen
IndividuoEditScreen const constructor
IndividuoEditScreen
dark_mode
light_mode
IndividuoEditScreen
constructor
const
IndividuoEditScreen
(
{
Key
?
key
,
required
Map
<
String
,
dynamic
>
individuo
}
)
Implementation
const IndividuoEditScreen({super.key, required this.individuo});
sara
IndividuoEditScreen
IndividuoEditScreen
IndividuoEditScreen const constructor
IndividuoEditScreen class