PipBehavior constructor

const PipBehavior({
  1. bool tapExpands = true,
  2. bool startExpanded = false,
  3. PipOnMediaEnd onMediaEnd = PipOnMediaEnd.loop,
  4. Duration? autoDismissAfter,
  5. bool reshowOnReturn = false,
  6. bool pauseWhenObscured = false,
})

Implementation

const PipBehavior({
  this.tapExpands = true,
  this.startExpanded = false,
  this.onMediaEnd = PipOnMediaEnd.loop,
  this.autoDismissAfter,
  this.reshowOnReturn = false,
  this.pauseWhenObscured = false,
});