AnimationExtensionsSection constructor

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

Implementation

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