MovableOverlay constructor

const MovableOverlay({
  1. Key? key,
  2. bool avoidKeyboard = true,
  3. Widget? topWidget,
  4. Widget? bottomWidget,
  5. void onTapTopWidget()?,
  6. PiPParams pipParams = const PiPParams(),
})

Implementation

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