NiceWindowManager constructor
Implementation
const NiceWindowManager({
super.key,
this.windows = const [],
this.taskbarPosition = _TaskbarPosition.bottom,
this.showTaskbar = true,
this.onWindowClose,
this.onWindowFocus,
this.child,
});