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