MovableOverlay constructor
const
MovableOverlay({})
Implementation
const MovableOverlay({
Key? key,
this.avoidKeyboard = true,
this.topWidget,
this.bottomWidget,
this.onTapTopWidget,
this.pipParams = const PiPParams(),
}) : super(key: key);