HUD_WINDOW property

WindowStyleMask HUD_WINDOW
final

The window is a HUD panel.

Supported Platforms/Implementations:

Implementation

static final HUD_WINDOW = WindowStyleMask._internalMultiPlatform(8192, () {
  switch (defaultTargetPlatform) {
    case TargetPlatform.macOS:
      return 8192;
    default:
      break;
  }
  return null;
});