SentryScreenshotWidgetStatus constructor
const
SentryScreenshotWidgetStatus({
- required Size? size,
- required double? pixelRatio,
- required Orientation? orientantion,
Implementation
const SentryScreenshotWidgetStatus({
required this.size,
required this.pixelRatio,
required this.orientantion,
});