DistribucionTab constructor

const DistribucionTab(
  1. {Key? key,
  2. required dynamic distribucion,
  3. String? taxonKey,
  4. int? cod_especie}
)

Implementation

const DistribucionTab(
    {super.key, required this.distribucion, this.taxonKey, this.cod_especie});