OmarchyPreview constructor

const OmarchyPreview({
  1. Key? key,
  2. required List<Widget> children,
  3. EdgeInsetsGeometry? desktopBarPadding,
  4. List<BoxConstraints>? windowConstraints,
  5. Map<String, ImageProvider<Object>> wallpapers = defaultWallpapers,
})

Implementation

const OmarchyPreview({
  super.key,
  required this.children,
  this.desktopBarPadding,
  this.windowConstraints,
  this.wallpapers = defaultWallpapers,
});