platformMenuDelegate property Null safety

PlatformMenuDelegate platformMenuDelegate
read / write

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;