HeroTextWidget constructor
Creates a HeroTextWidget for arbitrary child widgets.
tag
is required to link this hero to another.
Implementation
const HeroTextWidget({
required this.tag,
super.key,
this.child,
});
Creates a HeroTextWidget for arbitrary child widgets.
tag
is required to link this hero to another.
const HeroTextWidget({
required this.tag,
super.key,
this.child,
});