menu
sara
modulos\individuos\detalle.dart
IndividuoDetailsScreen
IndividuoDetailsScreen const constructor
IndividuoDetailsScreen
dark_mode
light_mode
IndividuoDetailsScreen
constructor
const
IndividuoDetailsScreen
(
{
Key
?
key
,
required
dynamic
individuo
}
)
Implementation
const IndividuoDetailsScreen({super.key, required this.individuo});
sara
detalle
IndividuoDetailsScreen
IndividuoDetailsScreen const constructor
IndividuoDetailsScreen class