onSelectedIntent property Null safety

Intent? onSelectedIntent
final

An optional intent that is invoked when this PlatformMenuItem is selected.

If unset, this menu item will be disabled.

Implementation

@override
final Intent? onSelectedIntent;