AnimatedLogo constructor

const AnimatedLogo({
  1. Key? key,
  2. required Animation<double> animation,
})

Implementation

const AnimatedLogo({super.key, required Animation<double> animation})
    : super(listenable: animation);