NiceManagedWindow constructor
Implementation
NiceManagedWindow({
required this.id,
required this.title,
required this.builder,
this.icon,
this.initialPosition,
this.initialSize,
this.minimized = false,
this.maximized = false,
});