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