NiceWindow constructor
Implementation
const NiceWindow({
super.key,
required this.title,
required this.child,
this.width = 400,
this.height = 300,
this.initialPosition,
this.onClose,
this.minimizable = true,
});
const NiceWindow({
super.key,
required this.title,
required this.child,
this.width = 400,
this.height = 300,
this.initialPosition,
this.onClose,
this.minimizable = true,
});