LogoAnimadoWidget constructor

const LogoAnimadoWidget({
  1. Key? key,
  2. required AnimationController controllerA,
  3. double? ancho,
  4. double? alto,
})

Implementation

const LogoAnimadoWidget({super.key, required this.controllerA, this.ancho, this.alto});