WindowState constructor
WindowState({})
Implementation
WindowState({
required this.x,
required this.y,
required this.width,
required this.height,
required this.isMaximized,
required this.isMinimized,
});
WindowState({
required this.x,
required this.y,
required this.width,
required this.height,
required this.isMaximized,
required this.isMinimized,
});