HeroWidget constructor
const
HeroWidget({})
Implementation
const HeroWidget(
{required this.child,
required this.tag,
required this.slidePagekey,
this.slideType = SlideType.onlyImage,
Key? key})
: super(key: key);