OmarchyPreview constructor
const
OmarchyPreview({
- Key? key,
- required List<
Widget> children, - EdgeInsetsGeometry? desktopBarPadding,
- List<
BoxConstraints> ? windowConstraints, - Map<
String, ImageProvider< wallpapers = defaultWallpapers,Object> >
Implementation
const OmarchyPreview({
super.key,
required this.children,
this.desktopBarPadding,
this.windowConstraints,
this.wallpapers = defaultWallpapers,
});