AgregarIndividuoScreen constructor
Implementation
const AgregarIndividuoScreen({
Key? key,
required this.especieExpedienteId,
required this.intensidadInventario,
}) : super(key: key);
const AgregarIndividuoScreen({
Key? key,
required this.especieExpedienteId,
required this.intensidadInventario,
}) : super(key: key);