AnimationExtensionsSection constructor

const AnimationExtensionsSection({
  1. required VoidCallback onHeroTap,
  2. Key? key,
})

Implementation

const AnimationExtensionsSection({
  required this.onHeroTap,
  super.key,
});