HUD_WINDOW property
The window is a HUD panel.
Officially Supported Platforms/Implementations:
Implementation
static final HUD_WINDOW = WindowStyleMask._internalMultiPlatform(8192, () {
switch (defaultTargetPlatform) {
case TargetPlatform.macOS:
return 8192;
default:
break;
}
return null;
});