AnimationScean constructor

const AnimationScean({
  1. Key? key,
  2. dynamic homePage,
})

Implementation

const AnimationScean({Key? key, this.homePage}) : super(key: key);