LogoAnimadoWidget constructor
const
LogoAnimadoWidget({
- Key? key,
- required AnimationController controllerA,
- double? ancho,
- double? alto,
Implementation
const LogoAnimadoWidget({super.key, required this.controllerA, this.ancho, this.alto});