PictureInPictureConfig constructor

const PictureInPictureConfig({
  1. bool isEnabled = false,
  2. bool shouldEnterOnBackground = false,
})

Implementation

const PictureInPictureConfig({
  this.isEnabled = false,
  this.shouldEnterOnBackground = false,
});