SentryScreenshotWidgetStatus constructor

const SentryScreenshotWidgetStatus({
  1. required Size? size,
  2. required double? pixelRatio,
  3. required Orientation? orientantion,
})

Implementation

const SentryScreenshotWidgetStatus({
  required this.size,
  required this.pixelRatio,
  required this.orientantion,
});