AnimationExtensionsSection constructor
const
AnimationExtensionsSection({
- Key? key,
- required VoidCallback onHeroTap,
Implementation
const AnimationExtensionsSection({
super.key,
required this.onHeroTap,
});