SW_RESTORE top-level constant Null safety
Activates and displays the window.
If the window is minimized or maximized, the system restores it to its original size and position. An application should specify this flag when restoring a minimized window.
Implementation
const SW_RESTORE = 9;