PixelPreview constructor
const
PixelPreview({})
Creates a PixelPreview widget.
The type of preset ComponentPresets or ScreenPresets determines whether this is a component or screen preview
Implementation
const PixelPreview({
super.key,
required this.child,
required this.presets,
this.enabled = !kReleaseMode,
this.thumbnailMode = false,
});