HeroBarWidget.expanding constructor
const
HeroBarWidget.expanding({})
Implementation
const HeroBarWidget.expanding({
Key? key,
required this.child,
required this.collapsedHeight,
required this.expandedHeight,
}) : super(key: key);