AnimatedLogo constructor

const AnimatedLogo({
  1. Key? key,
  2. int index = 0,
})

Implementation

const AnimatedLogo({super.key, this.index = 0});