StartShareScreenOptions constructor

StartShareScreenOptions({
  1. required StartShareScreenParameters parameters,
  2. int? targetWidth,
  3. int? targetHeight,
  4. BuildContext? context,
})

Implementation

StartShareScreenOptions({
  required this.parameters,
  this.targetWidth,
  this.targetHeight,
  this.context,
});