AppBarOverlay constructor
Creates an app bar overlay around body.
Implementation
const AppBarOverlay({
required this.appBar,
required this.body,
super.key,
this.autoHide = false,
this.triggerHeight = 12,
this.panelOpacity = 0.92,
this.animationDuration = const Duration(milliseconds: 200),
});