OverlayWindow constructor
const
OverlayWindow({
- required BuildContext context,
- required GlobalKey<
State< targetKey,StatefulWidget> > - OverlayPopDirection popDirection = OverlayPopDirection.bottom,
- Widget content = const SizedBox.shrink(),
Implementation
const OverlayWindow({
required this.context,
required this.targetKey,
this.popDirection = OverlayPopDirection.bottom,
this.content = const SizedBox.shrink(),
});