PipOptions constructor
const
PipOptions({
- bool? autoEnterEnabled,
- int? aspectRatioX,
- int? aspectRatioY,
- int? sourceRectHintLeft,
- int? sourceRectHintTop,
- int? sourceRectHintRight,
- int? sourceRectHintBottom,
- bool? seamlessResizeEnabled,
- bool? useExternalStateMonitor,
- int? externalStateMonitorInterval,
- int? sourceContentView,
- int? contentView,
- int? preferredContentWidth,
- int? preferredContentHeight,
- int? controlStyle,
Implementation
const PipOptions({
this.autoEnterEnabled,
// android only
this.aspectRatioX,
this.aspectRatioY,
this.sourceRectHintLeft,
this.sourceRectHintTop,
this.sourceRectHintRight,
this.sourceRectHintBottom,
this.seamlessResizeEnabled,
this.useExternalStateMonitor,
this.externalStateMonitorInterval,
// ios only
this.sourceContentView,
this.contentView,
this.preferredContentWidth,
this.preferredContentHeight,
this.controlStyle,
});