PlatformMenuItem constructor Null safety
- {required String label,
- MenuSerializableShortcut? shortcut,
- VoidCallback? onSelected}
Creates a const PlatformMenuItem.
The label attribute is required.
Implementation
const PlatformMenuItem({
required this.label,
this.shortcut,
this.onSelected,
});