StartShareScreenOptions constructor
- required StartShareScreenParameters parameters,
- int? targetWidth,
- int? targetHeight,
- BuildContext? context,
Implementation
StartShareScreenOptions({
required this.parameters,
this.targetWidth,
this.targetHeight,
this.context,
});