DocumentPictureInPictureOptionsValue constructor

DocumentPictureInPictureOptionsValue({
  1. int? width,
  2. int? height,
  3. bool? disallowReturnToOpener,
})

Implementation

DocumentPictureInPictureOptionsValue({
  this.width,
  this.height,
  this.disallowReturnToOpener,
});