descendants property
Returns all descendant PlatformMenuItem
s of this item.
Returns an empty list if this type of menu item doesn't have descendants.
Implementation
List<PlatformMenuItem> get descendants => const <PlatformMenuItem>[];
Returns all descendant PlatformMenuItem
s of this item.
Returns an empty list if this type of menu item doesn't have descendants.
List<PlatformMenuItem> get descendants => const <PlatformMenuItem>[];