platformMenuDelegate property

PlatformMenuDelegate platformMenuDelegate
getter/setter pair

A delegate that communicates with a platform plugin for serializing and managing platform-rendered menu bars created by PlatformMenuBar.

This is set by default to a DefaultPlatformMenuDelegate instance in initInstances.

Implementation

late PlatformMenuDelegate platformMenuDelegate;